Home
last modified time | relevance | path

Searched refs:o (Results 201 – 225 of 473) sorted by relevance

12345678910>>...19

/PHP-5.5/ext/ldap/
H A Dldap.mak68 export MWLibraryFiles=$(SDK_DIR)/imports/libcpre.o;mwcrtld.lib
74 export MWLibraryFiles=$(SDK_DIR)/imports/libcpre.o;mwcrtl.lib
108 @$(CC) -M $< $(C_FLAGS) -o $@
112 @$(CC) -M $< $(C_FLAGS) -o $@
116 @$(CC) $< $(C_FLAGS) -o $@
120 @$(CC) $< $(C_FLAGS) -o $@
/PHP-5.5/ext/xml/
H A Dxml.mak67 export MWLibraryFiles=$(SDK_DIR)/imports/libcpre.o;mwcrtld.lib
73 export MWLibraryFiles=$(SDK_DIR)/imports/libcpre.o;mwcrtl.lib
107 @$(CC) -M $< $(C_FLAGS) -o $@
111 @$(CC) -M $< $(C_FLAGS) -o $@
115 @$(CC) $< $(C_FLAGS) -o $@
119 @$(CC) $< $(C_FLAGS) -o $@
/PHP-5.5/ext/standard/tests/strings/
H A Dsprintf_f_2.phpt11 var_dump(sprintf("%o", 100.426));
12 var_dump(sprintf("%o", 100.9));
49 var_dump(sprintf("%%o = '%o'", $n)); // octal representation
102 string\(16\) \"%o = '247523255'\"
H A Dvfprintf_variation19.phpt25 "% o % o % o",
H A Dvfprintf_variation19_64bit.phpt25 "% o % o % o",
H A Dstr_getcsv_001.phpt7 var_dump(str_getcsv('"f", "o", ""'));
38 string(1) "o"
/PHP-5.5/ext/date/tests/
H A Dbug33957.phpt24 echo sprintf("%04d ", date("o", strtotime("$year-12-$i")));
32 echo sprintf("%04d ", date("o", strtotime("$year-1-$i")));
H A Dbug33452.phpt7 echo date('o-W', strtotime('2005-1-1')), "\n";
/PHP-5.5/ext/ldap/tests/
H A Dldap_get_attributes_basic.phpt53 ["o"]=>
61 string(1) "o"
H A Dldap_read_basic.phpt60 ["o"]=>
68 string(1) "o"
H A Dldap_mod_add_basic.phpt66 ["o"]=>
74 string(1) "o"
/PHP-5.5/Zend/tests/
H A Dcast_to_object.phpt14 $o = new test;
29 $o
H A Dbug45805.phpt37 $o = new B;
38 $o->bar();
H A Dsettype_object.phpt14 $o = new test;
29 $o
/PHP-5.5/ext/openssl/
H A Dopenssl.mak77 export MWLibraryFiles=$(SDK_DIR)/imports/libcpre.o;mwcrtld.lib
82 export MWLibraryFiles=$(SDK_DIR)/imports/libcpre.o;mwcrtl.lib
115 @$(CC) -M $< $(C_FLAGS) -o $@
119 @$(CC) -M $< $(C_FLAGS) -o $@
123 @$(CC) $< $(C_FLAGS) -o $@
127 @$(CC) $< $(C_FLAGS) -o $@
/PHP-5.5/ext/standard/tests/file/
H A Dfscanf_variation31.phpt45 $octal_formats = array( "%o", "%ho", "%lo", "%Lo", " %o", "%o ", "% o", "\t%o", "\n%o", "%4o", "%30
H A Dfscanf_variation27.phpt45 $octal_formats = array( "%o",
47 " %o", "%o ", "% o",
48 "\t%o", "\n%o", "%4o",
49 "%30o", "%[0-7]", "%*o"
H A D006_basic.phpt35 printf("%o", fileperms($path."/perm.tmp") );
41 printf("%o", fileperms($path."/perm") );
/PHP-5.5/ext/mbstring/tests/
H A Dmb_convert_variables.phpt106 $o = new foo;
107 $oo = $o;
112 $o = new bar;
113 $oo = $o;
126 $oo = $o;
/PHP-5.5/ext/standard/tests/serialize/
H A Dserialization_objects_007.phpt26 $o = unserialize('O:3:"FOO":0:{}');
28 var_dump($o);
/PHP-5.5/ext/standard/
H A Dcrypt_blowfish.c835 char o[7 + 22 + 31 + 1 + 1 + 1]; in php_crypt_blowfish_rn() member
857 memset(buf.o, 0x55, sizeof(buf.o)); in php_crypt_blowfish_rn()
858 buf.o[sizeof(buf.o) - 1] = 0; in php_crypt_blowfish_rn()
859 p = BF_crypt(test_key, buf.s, buf.o, sizeof(buf.o) - (1 + 1), 1); in php_crypt_blowfish_rn()
861 ok = (p == buf.o && in php_crypt_blowfish_rn()
/PHP-5.5/build/
H A Dlibtool.m4159 test -z "$ac_objext" && ac_objext=o
312 $LTCC $LTCFLAGS $LDFLAGS -o libconftest.dylib \
623 case `/usr/bin/file conftest.o` in
691 case `/usr/bin/file conftest.o` in
696 if ${LD-ld} -64 -r -o conftest2.o conftest.o >/dev/null 2>&1; then
1148 lt_compiler_flag="-o out/conftest2.$ac_objext"
2740 objext=o
2851 objext=o
3128 …p_private_externs -nostdlib -o \${lib}-master.o \$libobjs~\$CC -dynamiclib \$allow_undefined_flag …
4250 # Object file suffix (normally "o").
[all …]
/PHP-5.5/ext/pcre/pcrelib/testdata/
H A Dtestinput269 /\o{4200000}/8
/PHP-5.5/ext/standard/tests/array/
H A Duasort_variation8.phpt18 $array_arg = array("b" => "Banana", "m" => "Mango", "a" => "apple", "p" => "Pineapple", "o" => "ora…
51 ["o"]=>
67 ["o"]=>
/PHP-5.5/tests/classes/
H A Ddestructor_and_echo.phpt17 $o = new Test;

Completed in 62 milliseconds

12345678910>>...19