Advertisement
Guest User

Untitled

a guest
Mar 27th, 2016
130
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.32 KB | None | 0 0
  1. <!-- begin snippet: js hide: false -->
  2.  
  3. <!-- language: lang-html -->
  4.  
  5. test
  6.  
  7. <!-- end snippet -->
  8.  
  9.  
  10.  
  11. Test [LINK][1]:
  12.  
  13.  
  14. <blockquote><pre>
  15. ┌───────────┬──────────┬──────────────────────────────────────────────────┐
  16. │ Example │ Name │ Result │
  17. ├───────────┼──────────┼──────────────────────────────────────────────────┤
  18. │ $a == $b │ Equality │ TRUE if $a and $b have the same key/value pairs. │
  19. │ $a === $b │ Identity │ TRUE if $a and $b have the same key/value pairs │
  20. │ │ │ in the same order and of the same types. │
  21. └───────────┴──────────┴──────────────────────────────────────────────────┘
  22. </pre></blockquote>
  23.  
  24.  
  25.  
  26.  
  27.  
  28.  
  29.  
  30.  
  31. Now if we look into the comparison for [objects][1].
  32.  
  33.  
  34. [1]: http://php.net/manual/en/language.operators.array.php
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement