Home
last modified time | relevance | path

Searched refs:o (Results 176 – 200 of 473) sorted by relevance

12345678910>>...19

/PHP-5.5/ext/standard/tests/strings/
H A Dvsprintf_variation19_64bit.phpt25 "% o % o % o",
H A Dvprintf_variation19.phpt25 "% o % o % o",
H A Dvprintf_variation19_64bit.phpt25 "% o % o % o",
H A Dchunk_split_variation5.phpt53 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-5.5/ext/standard/tests/file/
H A Dcopy_basic.phpt26 printf( "%o", fileperms(__FILE__) );
28 printf( "%o", fileperms($file_name1) );
30 printf( "%o", fileperms($file_name2) );
H A Dfscanf_variation28.phpt43 $octal_formats = array( "%o",
45 " %o", "%o ", "% o",
46 "\t%o", "\n%o", "%4o",
47 "%30o", "%[0-7]", "%*o"
/PHP-5.5/Zend/tests/
H A Dcast_to_string.phpt14 $o = new test;
29 $o
H A Dlist_005.phpt39 string(1) "o"
40 string(1) "o"
H A Dbug60362.phpt64 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"
H A Dsettype_string.phpt14 $o = new test;
29 $o
H A Dcast_to_array.phpt18 $o = new test;
33 $o
H A Dsettype_array.phpt18 $o = new test;
33 $o
/PHP-5.5/ext/standard/tests/serialize/
H A Dserialization_objects_008.phpt17 $o = unserialize('O:3:"FOO":0:{}');
18 var_dump($o);
/PHP-5.5/Zend/tests/traits/
H A Dinheritance003.phpt31 $o = new MyHelloWorld();
32 $o->sayHello(array());
/PHP-5.5/tests/strings/
H A Doffsets_general.phpt23 string(1) "o"
31 string(1) "o"
/PHP-5.5/ext/filter/tests/
H A D047.phpt21 $s = sprintf("%o", PHP_INT_MAX);
27 $s = sprintf("%o", ~0);
/PHP-5.5/scripts/dev/generate-phpt/tests/
H A DgtFunctionTest.php22 $o = $f->getOptionalArgumentNames();
25 $this->assertEquals($o[0], 'oper');
/PHP-5.5/ext/ldap/tests/
H A Dldap_delete_basic.phpt20 "o" => "my-domain",
25 @ldap_search($link, "dc=my-domain,dc=com", "(o=my-domain)")
/PHP-5.5/ext/spl/tests/
H A Darray_012.phpt30 $o = new test;
31 $it = new ArrayIterator($o);
H A Dbug53515.phpt7 $o = new ArrayObject($a, ArrayObject::ARRAY_AS_PROPS);
15 ' property_exists: ' . (property_exists($o, $key) ? 'true' : 'false'),"\n";
/PHP-5.5/tests/classes/
H A Ddestructor_and_exceptions.phpt33 $o = new FailClass;
34 unset($o);
/PHP-5.5/ext/standard/tests/array/
H A Dasort_basic.phpt24 "l" => "lemon", "o" => "orange",
94 ["o"]=>
128 ["o"]=>
162 ["o"]=>
177 ["o"]=>
204 ["o"]=>
219 ["o"]=>
H A Darsort_basic.phpt24 "l" => "lemon", "o" => "orange",
88 ["o"]=>
122 ["o"]=>
156 ["o"]=>
181 ["o"]=>
198 ["o"]=>
223 ["o"]=>
/PHP-5.5/ext/mysql/
H A Dmysql.mak68 export MWLibraryFiles=$(SDK_DIR)/imports/libcpre.o;mwcrtld.lib
73 export MWLibraryFiles=$(SDK_DIR)/imports/libcpre.o;mwcrtl.lib
105 @$(CC) -M $< $(C_FLAGS) -o $@
109 @$(CC) -M $< $(C_FLAGS) -o $@
113 @$(CC) $< $(C_FLAGS) -o $@
117 @$(CC) $< $(C_FLAGS) -o $@
/PHP-5.5/ext/pgsql/
H A Dpgsql.mak65 export MWLibraryFiles=$(SDK_DIR)/imports/libcpre.o;mwcrtld.lib
70 export MWLibraryFiles=$(SDK_DIR)/imports/libcpre.o;mwcrtl.lib
104 @$(CC) -M $< $(C_FLAGS) -o $@
108 @$(CC) -M $< $(C_FLAGS) -o $@
112 @$(CC) $< $(C_FLAGS) -o $@
116 @$(CC) $< $(C_FLAGS) -o $@

Completed in 30 milliseconds

12345678910>>...19