Home
last modified time | relevance | path

Searched refs:o (Results 426 – 450 of 473) sorted by relevance

1...<<111213141516171819

/PHP-5.5/
H A Drun-tests.php879 $o = opendir($dir) or error("cannot open directory: $dir");
881 while (($name = readdir($o)) !== false) {
908 closedir($o);
2257 $o = explode("\n", $output);
2259 $diff = generate_array_diff($r, $o, !is_null($wanted_re), $w);
H A D.gitignore12 *.o
/PHP-5.5/ext/fileinfo/libmagic/
H A Dfile.h385 } o; member
H A Dapprentice.c445 if (ms->o.pbuf) { in file_ms_free()
446 efree(ms->o.pbuf); in file_ms_free()
448 if (ms->o.buf) { in file_ms_free()
449 efree(ms->o.buf); in file_ms_free()
472 ms->o.buf = ms->o.pbuf = NULL; in file_ms_alloc()
/PHP-5.5/ext/exif/
H A Dtest.txt196 If all files produce a header in output the module might be o.k.
320 // ah no!$error = error_msg(); // force o.k.
/PHP-5.5/ext/standard/tests/file/
H A Dumask_variation2.phpt27 echo sprintf('%03o', $mask);
38 echo substr(sprintf('%o', fileperms($filename)), -3);
50 echo substr(sprintf('%o', fileperms($dirname)), -3);
H A Dchmod_basic-win32.phpt23 printf("Setting mode %o gives mode %o\n", $perms_to_set, $set_perms);
H A D006_variation1.phpt44 printf("%o", fileperms($file_name) );
49 printf("%o", fileperms($dir_name) );
H A Dfscanf_variation55.phpt48 $int_formats = array( "%d", "%f", "%s", "%o", "%x", "%u", "%c", "%e");
/PHP-5.5/sapi/fpm/
H A Dphp-fpm.conf.in409 ; %o: output header
411 ; - %{Content-Type}o
412 ; - %{X-Powered-By}o
413 ; - %{Transfert-Encoding}o
/PHP-5.5/ext/date/tests/
H A Ddate_format_variation1.phpt98 $format = 'H:m:s \m \i\s\ \m\o\n\t\h';
/PHP-5.5/Zend/
H A DZEND_CHANGES129 $o = new Bar;
130 $o->aPublicMethod();
156 $o = new ImplementedClass;
157 $o->test();
/PHP-5.5/ext/standard/tests/strings/
H A Dprintf.phpt142 printf( "%o", $octal_num );
H A Dprintf_64bit.phpt142 printf( "%o", $octal_num );
/PHP-5.5/ext/standard/
H A Dstring.c3749 char *o, *n, *endp; local
3752 o = haystack;
3755 o = haystack_dup;
3758 endp = o + length;
3760 while ((o = php_memnstr(o, n, needle_len, endp))) {
3761 o += needle_len;
H A Dbasic_functions.c4255 int argc = 0, options_len = 0, len, o; local
4380 while ((o = php_getopt(argc, argv, opts, &php_optarg, &php_optind, 0, 1)) != -1) {
4382 if (o == '?') {
4387 if (o == 0) {
4390 if (o == 1) {
4391 o = '-';
4393 opt[0] = o;
/PHP-5.5/sapi/caudium/
H A Dcaudium.c132 extern int fd_from_object(struct object *o);
/PHP-5.5/ext/pcre/pcrelib/testdata/
H A Dtestoutput2457 Need char = 'o'
678 Starting chars: a o
10195 Need char = 'o'
11749 Starting chars: < o t u
12422 Need char = 'o'
12428 Need char = 'o'
13995 /^A\o{1239}B/
13999 Failed: missing opening brace after \o at offset 3
14215 Failed: missing opening brace after \o at offset 1
14217 /\o{}/
[all …]
H A Dtestoutput71221 Stéréo
1222 0: Ste\x{301}re\x{301}o
1224 2: \x{301}o
1227 ́réo
H A Dtestinput7565 Stéréo
568 ́réo
H A Dtestoutput18-16346 Z [ \ ] ^ _ ` c d e f g h i j k l m n o p q r s t u v w x y z { | } ~ \x7f
771 i j k l m n o p q r s t u v w x y z { | } ~ \x7f \x80 \x81 \x82 \x83 \x84
H A Dtestoutput18-32344 Z [ \ ] ^ _ ` c d e f g h i j k l m n o p q r s t u v w x y z { | } ~ \x7f
768 i j k l m n o p q r s t u v w x y z { | } ~ \x7f \x80 \x81 \x82 \x83 \x84
H A Dtestoutput15488 Z [ \ ] ^ _ ` c d e f g h i j k l m n o p q r s t u v w x y z { | } ~ \x7f
890 i j k l m n o p q r s t u v w x y z { | } ~ \x7f \xc0 \xc1 \xc2 \xc3 \xc4
/PHP-5.5/ext/pcre/pcrelib/
H A DNEWS64 . Following Perl, added \o{} to specify codepoints in octal, making it
139 . If the --only-matching (-o) option in pcregrep is specified multiple
240 . Added an optional parentheses number to the -o and --only-matching options
/PHP-5.5/scripts/dev/
H A Dgenerate-phpt.phar8 …knownClass.txti�����Ji���o�p�����������texts/testTypeNotSpecified.txt2�����J2����?���������…
10 …���y˶������.���setup/exceptions/gtMissingOptionsException.phpL�����JL���9�o����������setup/gt…

Completed in 132 milliseconds

1...<<111213141516171819