Searched refs:o (Results 201 – 225 of 469) sorted by relevance
12345678910>>...19
/PHP-7.4/ext/ldap/tests/ |
H A D | ldap_get_values_len_basic.phpt | 15 $result = ldap_search($link, "$base", "(o=test)"); 18 ldap_get_values_len($link, $entry, "o")
|
H A D | ldap_delete_basic.phpt | 20 "o" => "my-domain", 25 @ldap_search($link, "dc=my-domain,$base", "(o=my-domain)")
|
/PHP-7.4/Zend/tests/ |
H A D | cast_to_string.phpt | 14 $o = new test; 29 $o
|
H A D | settype_string.phpt | 14 $o = new test; 29 $o
|
H A D | settype_array.phpt | 18 $o = new test; 33 $o
|
H A D | cast_to_array.phpt | 18 $o = new test; 33 $o
|
H A D | bug60362.phpt | 64 sub-key 1 is set: string(1) "o" 67 sub-sub-key 0 is set: string(1) "o" 70 sub-key 1 is not empty: string(1) "o" 73 sub-sub-key 0 is not empty: string(1) "o"
|
/PHP-7.4/ext/standard/tests/file/ |
H A D | fscanf_variation30.phpt | 39 $octal_formats = array ( "%o", 41 " %o", "%o ", "% o", 42 "\t%o", "\n%o", "%4o", 43 "%30o", "%[0-7]", "%*o"
|
H A D | copy_basic.phpt | 26 printf( "%o", fileperms(__FILE__) ); 28 printf( "%o", fileperms($file_name1) ); 30 printf( "%o", fileperms($file_name2) );
|
/PHP-7.4/ext/standard/tests/strings/ |
H A D | wordwrap_variation5.phpt | 58 string(43) "T e s t i n g w o r d r a p f u n c t i o n" 59 string(64) "T e s t i n g w o r d r a p f u n c t i o n"
|
H A D | chunk_split_variation10.phpt | 59 string(82) "This is t o test ch unk_split () with v arious 's ingle quo ted' endi ng string . " 65 string(118) "This is t@#$%^o test ch@#$%^unk_split@#$%^() with v@#$%^arious 's@#$%^ingle quo@#$%^te… 75 string(91) "This is t\0o test ch\0unk_split\0() with v\0arious 's\0ingle quo\0ted' endi\0ng string\… 79 string(118) "This is t(MSG)o test ch(MSG)unk_split(MSG)() with v(MSG)arious 's(MSG)ingle quo(MSG)te… 81 string(226) "This is t) ending string (o test ch) ending string (unk_split) ending string (() with … 83 string(217) "This is t) numbers 1234 (o test ch) numbers 1234 (unk_split) numbers 1234 (() with v) … 85 string(226) "This is t) speci@! ch@r$ (o test ch) speci@! ch@r$ (unk_split) speci@! ch@r$ (() with …
|
H A D | vsprintf_variation19.phpt | 25 "% o % o % o",
|
H A D | vsprintf_variation19_64bit.phpt | 25 "% o % o % o",
|
H A D | vprintf_variation19.phpt | 25 "% o % o % o",
|
H A D | vprintf_variation19_64bit.phpt | 25 "% o % o % o",
|
H A D | chunk_split_variation5.phpt | 53 string(213) "T||h||i||s|| ||c||o||n||t||a||i||n||s|| ||a||n||d|| ||s||p||e||c||i||a||l|| ||c||h||a|… 54 ||I||t|| ||a||l||s||o|| ||c||h||e||c||k||s|| ||f||o||r|| |||| ||c||h||a||r||" 64 It als||o checks for char||"
|
/PHP-7.4/Zend/tests/traits/ |
H A D | inheritance003.phpt | 31 $o = new MyHelloWorld(); 32 $o->sayHello(array());
|
/PHP-7.4/ext/standard/tests/serialize/ |
H A D | serialization_objects_008.phpt | 17 $o = unserialize('O:3:"FOO":0:{}'); 18 var_dump($o);
|
/PHP-7.4/ext/standard/tests/array/ |
H A D | krsort_basic.phpt | 22 $unsorted_strings = array( "lemon" => "l", "orange" => "o", "banana" => "b" ); 24 "l" => "lemon", "o" => "orange", 88 ["o"]=> 122 ["o"]=> 156 ["o"]=> 181 ["o"]=> 198 ["o"]=> 223 ["o"]=>
|
H A D | array_column_variant_objects.phpt | 20 $o = new stdClass; 21 $o->{0} = $id; 22 $o->{1} = $first_name; 23 $o->{2} = $last_name; 25 return $o;
|
H A D | ksort_basic.phpt | 22 "l" => "lemon", "o" => "orange", 92 ["o"]=> 126 ["o"]=> 160 ["o"]=> 175 ["o"]=> 202 ["o"]=> 217 ["o"]=>
|
/PHP-7.4/ext/filter/tests/ |
H A D | 047.phpt | 21 $s = sprintf("%o", PHP_INT_MAX); 27 $s = sprintf("%o", ~0);
|
/PHP-7.4/ext/spl/tests/ |
H A D | array_012.phpt | 30 $o = new test; 31 $it = new ArrayIterator($o);
|
H A D | bug53515.phpt | 7 $o = new ArrayObject($a, ArrayObject::ARRAY_AS_PROPS); 15 ' property_exists: ' . (property_exists($o, $key) ? 'true' : 'false'),"\n";
|
/PHP-7.4/tests/classes/ |
H A D | destructor_and_exceptions.phpt | 33 $o = new FailClass; 34 unset($o);
|
Completed in 32 milliseconds
12345678910>>...19