Home
last modified time | relevance | path

Searched refs:o (Results 401 – 425 of 473) sorted by relevance

1...<<111213141516171819

/PHP-5.5/ext/standard/tests/strings/
H A Ducwords_variation3.phpt20 't e s t i n g u c w o r d s ',
H A Ducwords_variation4.phpt20 "t e s t i n g u c w o r d s ",
H A Dquoted_printable_encode_002.phpt20 $o = new Foo;
21 var_dump(quoted_printable_encode($o));
/PHP-5.5/ext/filter/tests/
H A D043.phpt125 string(1) "o"
/PHP-5.5/ext/standard/tests/file/
H A Dtempnam_variation1.phpt31 printf("%o", fileperms($files[$i]) );
H A Dfscanf_variation52.phpt18 $formats = array( "%d", "%f", "%e", "%u", " %s", "%x", "%o");
H A D001-win32.phpt45 printf ("test.file permissions are 0%o\n", 0777 & fileperms('test.file'));
H A Dtempnam_variation3.phpt49 printf("%o", fileperms($file_name) );
H A Dtempnam_variation7-win32.phpt46 printf("%o", fileperms($file_name) );
H A Dtempnam_variation7.phpt47 printf("%o", fileperms($file_name) );
H A Dtempnam_variation8-win32.phpt57 printf("%o", fileperms($file_name) );
H A Dtempnam_variation2-win32.phpt58 printf("%o", fileperms($file_name) );
H A Dfscanf_variation53.phpt18 $formats = array( "%d", "%f", "%e", "%u", " %s", "%x", "%o");
H A Dtempnam_variation2.phpt58 printf("%o", fileperms($file_name) );
H A Dumask_variation1.phpt27 echo sprintf('%03o', $mask);
38 echo substr(sprintf('%o', fileperms($filename)), -3);
50 echo substr(sprintf('%o', fileperms($dirname)), -3);
H A D001.phpt65 printf ("test.file permissions are 0%o\n", 0777 & fileperms('test.file'));
/PHP-5.5/sapi/roxen/
H A Droxen.c130 extern int fd_from_object(struct object *o);
678 static void clear_struct(struct object *o) in clear_struct() argument
/PHP-5.5/ext/pdo/tests/
H A Dpdo_016a.phpt2 PDO Common: PDO::FETCH_BOUND w/o :
/PHP-5.5/ext/gmp/
H A Dgmp.c469 #define gmp_zval_binary_ui_op(r, a, b, o, u) gmp_zval_binary_ui_op_ex(r, a, b, o, u, 0, 0, 0 TSRMLS… argument
470 #define gmp_zval_binary_ui_op2(r, a, b, o, u) gmp_zval_binary_ui_op2_ex(r, a, b, o, u, 0, 0, 0 TSRM… argument
/PHP-5.5/ext/standard/tests/array/
H A Drsort_basic.phpt18 "l" => "lemon", "o" => "orange",
H A Dsort_basic.phpt24 "l" => "lemon", "o" => "orange",
/PHP-5.5/
H A DREADME.PARAMETER_PARSING_API63 o - object of any type (zval*)
140 if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "o!a",
/PHP-5.5/ext/fileinfo/libmagic/
H A Dmagic.c450 return (ms->event_flags & EVENT_HAD_ERR) ? ms->o.buf : NULL; in magic_error()
/PHP-5.5/ext/zlib/tests/
H A Dbug_52944_corrupted_data.inc84 'HsOAheABymIw4olaVsfKb18UtGmpHqUcEeoIqAQ41cWg0M8wnutBmBHrgSo4ayQ6l/o+hbiPXyVQNdeiYKVrN0aj/pS5DnQhMS…
/PHP-5.5/ext/pcre/pcrelib/testdata/
H A Dtestinput1491 A\o{443}B
95 /\o{400}/I

Completed in 48 milliseconds

1...<<111213141516171819