Home
last modified time | relevance | path

Searched refs:o (Results 476 – 500 of 544) sorted by relevance

1...<<11121314151617181920>>...22

/php-src/ext/standard/tests/strings/
H A Dstrcspn_variation5.phpt63 $mask = "fth12\ne67890\0\xaa\100o";
H A Dstrspn_variation9.phpt41 $mask = "sfth12\ne34lw56r78d90\0\xaa\100o";
H A Ducwords_variation3.phpt15 't e s t i n g u c w o r d s ',
H A Dstrcspn_variation9.phpt41 $mask = "sft\n34lw56r78d90\0\xaa\100o";
H A Ducwords_variation4.phpt15 "t e s t i n g u c w o r d s ",
H A Dstrtok_variation6.phpt23 "\\\\\\\k\h\\e\l\o\w\r\l\d"
/php-src/ext/standard/tests/file/
H A Dtempnam_variation1-win32-mb.phpt27 printf("%o", fileperms($files[$i]) );
H A Dtempnam_variation1-win32.phpt27 printf("%o", fileperms($files[$i]) );
H A Dtempnam_variation3.phpt51 printf("%o", fileperms($file_name) );
H A D001-win32-mb.phpt48 printf ("$fname permissions are 0%o\n", 0777 & fileperms($fname));
H A Dfscanf_variation52.phpt13 $formats = array( "%d", "%f", "%e", "%u", " %s", "%x", "%o");
H A Dtempnam_variation1.phpt27 printf("%o", fileperms($files[$i]) );
H A D001-win32.phpt45 printf ("test.file permissions are 0%o\n", 0777 & fileperms('test.file'));
H A Dtempnam_variation7-win32.phpt48 printf("%o", fileperms($file_name) );
H A Dtempnam_variation7.phpt49 printf("%o", fileperms($file_name) );
H A Dtempnam_variation8-win32.phpt53 printf("%o", fileperms($file_name) );
/php-src/.github/scripts/
H A Dsetup-slapd.sh130 o: php ldap tests
/php-src/ext/opcache/jit/
H A DMakefile.frag.w327 …$(BUILD_DIR)\\minilua.exe ext/opcache/jit/ir/dynasm/dynasm.lua $(DASM_FLAGS) -o $@ ext/opcache/jit…
/php-src/ext/opcache/jit/ir/dynasm/
H A Ddasm_arm64.h408 #define CK_REL(x, o) \ argument
409 do { if (!(x) && !(n = DASM_ADD_VENEER(D, buffer, ins, b, cp, o))) \
413 #define CK_REL(x, o) CK(x, RANGE_REL) argument
/php-src/Zend/
H A Dzend_weakrefs.c61 #define zend_weakref_from(o) ((zend_weakref*)(((char*) o) - XtOffsetOf(zend_weakref, std))) argument
64 #define zend_weakmap_from(o) ((zend_weakmap*)(((char*) o) - XtOffsetOf(zend_weakmap, std))) argument
/php-src/build/
H A Dphp.m4251 …*.c[)] ac_comp="$b_c_pre $ac_inc $b_c_meta $3 -c $ac_srcdir$ac_src -o $ac_bdir$ac_obj.$b_lo $b_c_p…
252 …*.s[)] ac_comp="$b_c_pre $ac_inc $b_c_meta $3 -c $ac_srcdir$ac_src -o $ac_bdir$ac_obj.$b_lo $b_c_p…
2218 dnl Add providerdesc.o or .lo into global objects when needed.
2246 … dtrace_objs="[$]dtrace_objs `echo $ac_lo | $SED -e 's,\.lo$,.o,' -e 's#\(.*\)\/#\1\/.libs\/#'`"
2250 dtrace_objs='$(PHP_DTRACE_OBJS:.lo=.o)'
2270 dtrace_prov_name="`echo $ac_provsrc | $SED -e 's#\(.*\)\/##'`.o"
2272 dtrace_d_obj="`echo $ac_bdir[$]ac_provsrc | $SED -e 's#\(.*\)/\([^/]*\)#\1/.libs/\2#'`.o"
2273 dtrace_nolib_objs='$(PHP_DTRACE_OBJS:.lo=.o)'
2287 …AN)" dtrace -G -o $ac_bdir[$]ac_provsrc.o -s $abs_srcdir/$ac_provsrc $dtrace_nolib_objs 2> /dev/nu…
2298 $ac_bdir[$]ac_provsrc.o: \$(PHP_DTRACE_OBJS)
[all …]
/php-src/ext/filter/tests/
H A D043.phpt125 string(1) "o"
/php-src/ext/standard/tests/assert/
H A Dassert_variation.phpt69 $o = new c1();
70 var_dump($rc=assert_options(ASSERT_CALLBACK,array(&$o,"assert")));
/php-src/
H A D.gitignore26 # Archive library containing .o files, generated during build process
42 *.o
/php-src/ext/standard/
H A Dbasic_functions.c929 int argc = 0, o; local
1041 while ((o = php_getopt(argc, argv, opts, &php_optarg, &php_optind, 0, 1)) != -1) {
1043 if (o == PHP_GETOPT_INVALID_ARG) {
1048 if (o == 0) {
1051 if (o == 1) {
1052 o = '-';
1054 opt[0] = o;

Completed in 41 milliseconds

1...<<11121314151617181920>>...22