/PHP-7.4/ext/standard/tests/strings/ |
H A D | sprintf_variation30.phpt | 24 "%o", "%ho", "%lo", 25 "%Lo", " %o", "%o ", 26 "\t%o", "\n%o", "%4o", 27 "%30o", "%[0-7]", "%*o" 51 string(1) "o" 53 string(1) "o" 62 string(1) "o" 66 string(1) "o" 68 string(1) "o" 77 string(1) "o"
|
H A D | vfprintf_variation12.phpt | 23 '%o %+o %-o 24 %lo %Lo %4o %-4o 25 %10.4o %-10.4o %.4o 26 %\'#2o %\'2o %\'$2o %\'_2o 27 %3$o %4$o %1$o %2$o'; 97 361100 o 37777775456 2322 103 361100 o 37720715133 57062645 109 173 o 37777777605 173 115 1 o 1 1 121 1 o 0 1
|
H A D | vfprintf_variation12_64bit.phpt | 23 '%o %+o %-o 24 %lo %Lo %4o %-4o 25 %10.4o %-10.4o %.4o 26 %\'#2o %\'2o %\'$2o %\'_2o 27 %3$o %4$o %1$o %2$o'; 97 361100 o 1777777777777777775456 2322 103 361100 o 1777777777777720715133 57062645 109 173 o 1777777777777777777605 173 115 1 o 1 1 121 1 o 0 1
|
H A D | strrchr_variation1.phpt | 48 "%\o", 49 "\o,", 95 $&!#%\o,()*+-./:;<=>?@hello123456he #4 A " 103 $&!#%\o,()*+-./:;<=>?@hello123456he #4 A " 111 $&!#%\o,()*+-./:;<=>?@hello123456he #4 A " 115 $&!#%\o,()*+-./:;<=>?@hello123456he #4 A " 122 $&!#%\o,()*+-./:;<=>?@hello123456he #4 A " 126 $&!#%\o,()*+-./:;<=>?@hello123456he #4 A " 132 $&!#%\o,()*+-./:;<=>?@hello123456he #4 A " 138 $&!#%\o,()*+-./:;<=>?@hello123456he #4 A " [all …]
|
H A D | vsprintf_basic8.phpt | 14 $format1 = "%o"; 15 $format2 = "%o %o"; 16 $format3 = "%o %o %o";
|
H A D | vprintf_basic8.phpt | 14 $format1 = "%o"; 15 $format2 = "%o %o"; 16 $format3 = "%o %o %o";
|
/PHP-7.4/Zend/tests/ |
H A D | gc_041.phpt | 15 $o = new ryat; 16 $o->nested = []; 17 $o->nested[] =& $o->nested; 18 $o->ryat = $o; 19 $x =& $o->chtg; 20 unset($o);
|
H A D | bug72530.phpt | 16 $o = new ryat; 17 $o->ryat = $o; 18 $x =& $o->chtg; 20 unset($o);
|
/PHP-7.4/ext/ldap/tests/ |
H A D | ldap_controls.phpt | 22 …$result = ldap_search($link, "o=test,$base", "objectClass=*", array('o'), 0, 0, 0, LDAP_DEREF_NEVE… 25 …$result = ldap_search($link, "o=test,$base", "objectClass=*", array('o'), 0, 0, 0, LDAP_DEREF_NEVE… 27 ldap_modify($link, "o=test,$base", ['description' => 'desc'], 31 ldap_modify($link, "o=test,$base", ['description' => 'desc2'], 39 ldap_compare($link, "o=test,$base", "o", "test"), 41 …ldap_compare($link, "o=test,$base", "o", "test", [['oid' => LDAP_CONTROL_ASSERT, 'iscritical' => T… 75 ["o"]=> 83 string(1) "o" 87 string(%d) "o=test,%s" 110 string(%d) "o=test,%s" [all …]
|
H A D | ldap_add_ext.phpt | 19 $result = ldap_add_ext($link, "o=test_ldap_add_ext,$base", array( 23 "o" => "test_ldap_add_ext", 24 ), [['oid' => LDAP_CONTROL_POST_READ, 'iscritical' => TRUE, 'value' => ['attrs' => ['o']]]]), 31 ldap_search($link, "$base", "(o=test_ldap_add_ext)") 42 ldap_delete($link, "o=test_ldap_add_ext,$base"); 55 string(%d) "o=test_ldap_add_ext,%s" 56 ["o"]=> 79 ["o"]=> 87 string(1) "o" 91 string(%d) "o=test_ldap_add_ext,%s"
|
/PHP-7.4/tests/basic/ |
H A D | 023.phpt | 7 c o o k i e=value; c o o k i e= v a l u e ;;c%20o+o k+i%20e=v;name="value","value",UEhQIQ==;UEhQIQ=… 16 ["c%20o+o_k+i%20e"]=>
|
/PHP-7.4/tests/classes/ |
H A D | visibility_005.phpt | 24 $o = new base; 25 $o->d = 4; 27 $o->f(); 29 foreach($o as $k=>$v) { 33 $o = new derived; 34 $o->d = 4; 36 $o->f(); 38 foreach($o as $k=>$v) {
|
/PHP-7.4/Zend/tests/type_declarations/ |
H A D | typed_properties_057.phpt | 11 $o = new A; 12 $o->foo = "1" . str_repeat("0", 2); 14 $x = ++$o->foo; 18 var_dump($o->foo); 20 $x = $o->foo++; 24 var_dump($o->foo); 25 unset($o);
|
H A D | typed_properties_056.phpt | 11 $o = new A; 12 $o->foo = "1" . str_repeat("0", 2); 14 $o->foo += 5; 18 var_dump($o->foo); 19 unset($o);
|
/PHP-7.4/ext/simplexml/tests/ |
H A D | bug46003.phpt | 10 <o d='h'> 13 </o> 20 var_dump(isset($x->p->o)); 21 var_dump(isset($x->o->yy)); 22 var_dump(isset($x->o->zz)); 23 var_dump(isset($x->o->text)); 24 var_dump(isset($x->o->xx));
|
/PHP-7.4/ext/opcache/tests/opt/ |
H A D | sccp_012.phpt | 14 $o = new stdClass(); 15 $o->foo = 0; 20 $o->foo = $i; 21 echo $o->foo; 23 $o->foo += 2; 24 $o->foo++; 25 echo $o->foo;
|
H A D | sccp_011.phpt | 14 $o = new stdClass; 16 $o->foo = 0; 17 $o->bar = 1; 19 $o->foo = 0; 20 $o->bar = 2; 22 echo $o->foo;
|
/PHP-7.4/Zend/tests/traits/ |
H A D | flattening001.phpt | 28 $o = new TraitsTest(); 29 var_dump($o->getText()); 31 $o->setText('foo'); 33 var_dump($o->getText()); 35 $o->setText('bar'); 37 var_dump($o->getText());
|
H A D | methods_001.phpt | 28 $o = new bar; 29 echo $o, PHP_EOL; 30 $o->xyz; 31 $o->xyz = 2; 32 clone $o;
|
/PHP-7.4/ext/fileinfo/libmagic/ |
H A D | funcs.c | 72 efree(ms->o.buf); in file_printf() 75 ms->o.buf = buf; in file_printf() 94 efree(ms->o.buf); in file_error_core() 95 ms->o.buf = NULL; in file_error_core() 392 if (ms->o.buf) { in file_reset() 396 if (ms->o.pbuf) { in file_reset() 411 (o)++) 450 np = ms->o.pbuf; in file_getbuffer() 451 op = ms->o.buf; in file_getbuffer() 480 for (np = ms->o.pbuf, op = ms->o.buf; *op;) { in file_getbuffer() [all …]
|
/PHP-7.4/Zend/tests/type_declarations/variance/ |
H A D | object_variance.phpt | 7 function method1(I1 $o): object; 10 function method1(object $o): I1; 13 function method1($o = null): self { 18 $o = new C1(); 19 echo get_class($o->method1());
|
/PHP-7.4/ext/tidy/tests/ |
H A D | bug_50558.phpt | 12 function doSomething(MyTidy $o) 14 var_dump($o); 17 $o = new MyTidy(); 18 var_dump($o instanceof MyTidy); 19 doSomething($o);
|
/PHP-7.4/ext/intl/tests/ |
H A D | grapheme.phpt | 1026 find "o" in "aa%CC%8Abco%CC%88o" - grapheme_strstr = o == o 1135 extract from "o%CC%88o%CC%88o%CC%88o%CC%88" "1" graphemes - grapheme_extract starting at byte posit… 1136 extract from "o%CC%88o%CC%88o%CC%88o%CC%88" "1" graphemes - grapheme_extract starting at byte posit… 1137 extract from "o%CC%88o%CC%88o%CC%88o%CC%88" "1" graphemes - grapheme_extract starting at byte posit… 1139 extract from "o%CC%88o%CC%88o%CC%88o%CC%88" "2" graphemes - grapheme_extract starting at byte posit… 1140 extract from "o%CC%88o%CC%88o%CC%88o%CC%88" "2" graphemes - grapheme_extract starting at byte posit… 1141 extract from "o%CC%88o%CC%88o%CC%88o%CC%88" "2" graphemes - grapheme_extract starting at byte posit… 1144 extract from "o%CC%88o%CC%88o%CC%88o%CC%88" "2" graphemes - grapheme_extract starting at byte posit… 1170 …rom "o%CC%88o%CC%88o%CC%88o%CC%88" "6" graphemes - grapheme_extract GRAPHEME_EXTR_MAXBYTES startin… 1171 …rom "o%CC%88o%CC%88o%CC%88o%CC%88" "6" graphemes - grapheme_extract GRAPHEME_EXTR_MAXBYTES startin… [all …]
|
H A D | grapheme2.phpt | 1026 find "o" in "aa%CC%8Abco%CC%88o" - grapheme_strstr = o == o 1135 extract from "o%CC%88o%CC%88o%CC%88o%CC%88" "1" graphemes - grapheme_extract starting at byte posit… 1136 extract from "o%CC%88o%CC%88o%CC%88o%CC%88" "1" graphemes - grapheme_extract starting at byte posit… 1137 extract from "o%CC%88o%CC%88o%CC%88o%CC%88" "1" graphemes - grapheme_extract starting at byte posit… 1139 extract from "o%CC%88o%CC%88o%CC%88o%CC%88" "2" graphemes - grapheme_extract starting at byte posit… 1140 extract from "o%CC%88o%CC%88o%CC%88o%CC%88" "2" graphemes - grapheme_extract starting at byte posit… 1141 extract from "o%CC%88o%CC%88o%CC%88o%CC%88" "2" graphemes - grapheme_extract starting at byte posit… 1144 extract from "o%CC%88o%CC%88o%CC%88o%CC%88" "2" graphemes - grapheme_extract starting at byte posit… 1170 …rom "o%CC%88o%CC%88o%CC%88o%CC%88" "6" graphemes - grapheme_extract GRAPHEME_EXTR_MAXBYTES startin… 1171 …rom "o%CC%88o%CC%88o%CC%88o%CC%88" "6" graphemes - grapheme_extract GRAPHEME_EXTR_MAXBYTES startin… [all …]
|
/PHP-7.4/ext/spl/tests/ |
H A D | array_027.phpt | 7 $o = new AO(); 8 $o['plop'] = $o; 10 var_dump($o);
|