Searched refs:o (Results 451 – 469 of 469) sorted by relevance
1...<<111213141516171819
/PHP-7.4/ext/standard/tests/strings/ |
H A D | printf_64bit.phpt | 142 printf( "%o", $octal_num );
|
/PHP-7.4/ext/standard/tests/file/ |
H A D | chmod_basic-win32-mb.phpt | 23 printf("Setting mode %o gives mode %o\n", $perms_to_set, $set_perms);
|
H A D | chmod_basic-win32.phpt | 23 printf("Setting mode %o gives mode %o\n", $perms_to_set, $set_perms);
|
H A D | 006_variation1.phpt | 34 printf("%o", fileperms($file_name) ); 39 printf("%o", fileperms($dir_name) );
|
H A D | fscanf_variation55.phpt | 48 $int_formats = array( "%d", "%f", "%s", "%o", "%x", "%u", "%c", "%e");
|
H A D | fscanf_variation51.phpt | 29 $formats = array( "%d", "%f", "%e", "%u", " %s", "%x", "%o");
|
H A D | tempnam_variation4-1.phpt | 35 printf("%o\n", $mode);
|
H A D | tempnam_variation4-0.phpt | 35 printf("%o\n", $mode);
|
/PHP-7.4/ext/standard/ |
H A D | basic_functions.c | 4364 int argc = 0, o; local 4476 while ((o = php_getopt(argc, argv, opts, &php_optarg, &php_optind, 0, 1)) != -1) { 4478 if (o == PHP_GETOPT_INVALID_ARG) { 4483 if (o == 0) { 4486 if (o == 1) { 4487 o = '-'; 4489 opt[0] = o;
|
/PHP-7.4/Zend/ |
H A D | zend_types.h | 850 #define ZVAL_OBJ(z, o) do { \ argument 852 Z_OBJ_P(__z) = (o); \
|
/PHP-7.4/ext/odbc/ |
H A D | config.m4 | 266 LIST=`empocc -listlines -bcs -o a a.c`
|
/PHP-7.4/ |
H A D | configure.ac | 554 dnl AC_STRUCT_ST_BLOCKS will screw QNX because fileblocks.o does not exist. 1029 o Builds the foobar extension as shared extension. 1030 o foobar package install prefix is /usr/local/foobar/
|
H A D | .gdbinit | 539 printf "\\%o", $str[$tmp]
|
H A D | UPGRADING | 159 . The "o" serialization format has been removed. As it is never produced by
|
H A D | NEWS | 434 . Fixed bug #75850 (Unclear error message wrt. __halt_compiler() w/o 1080 . Fixed bug #79254 (getenv() w/o arguments not showing changes). (cmb)
|
/PHP-7.4/ext/fileinfo/tests/ |
H A D | magic私はガラスを食べられます | 6007 0 name mach-o \b [ 6015 >>8 use mach-o \b 6019 >>>8 use mach-o \b 18481 0 name mach-o-cpu 18664 0 name mach-o-be 18666 >4 use mach-o-cpu 18713 >0 use \^mach-o-be 18718 >0 use mach-o-be 21822 512 string R\0o\0o\0t\0\ \0E\0n\0t\0r\0y Microsoft Word Document 29718 512 string R\0o\0o\0t\0 Hangul (Korean) Word Processor File 2000 [all …]
|
H A D | magic | 6007 0 name mach-o \b [ 6015 >>8 use mach-o \b 6019 >>>8 use mach-o \b 18481 0 name mach-o-cpu 18664 0 name mach-o-be 18666 >4 use mach-o-cpu 18713 >0 use \^mach-o-be 18718 >0 use mach-o-be 21822 512 string R\0o\0o\0t\0\ \0E\0n\0t\0r\0y Microsoft Word Document 29718 512 string R\0o\0o\0t\0 Hangul (Korean) Word Processor File 2000 [all …]
|
/PHP-7.4/build/ |
H A D | ltmain.sh | 398 …darwin_filelist=`find unfat-$$ -type f -name \*.o -print -o -name \*.lo -print| xargs basename | s…
|
/PHP-7.4/ext/standard/tests/misc/ |
H A D | browscap.ini | 1626 [Mozilla/4.0 (compatible; MSIE 4.01; Vonna.com b o t)]
|
Completed in 351 milliseconds
1...<<111213141516171819