/PHP-7.1/ext/standard/tests/general_functions/ |
H A D | proc_open_pipes3.phpt | 9 $spec[$i] = array('pipe', 'w'); 15 $spec[$i] = array('pi'); 16 proc_open("$php -n $callee", $spec, $pipes); 18 $spec[$i] = 1; 19 proc_open("$php -n $callee", $spec, $pipes); 21 $spec[$i] = array('pipe', "test"); 22 proc_open("$php -n $callee", $spec, $pipes); 25 $spec[$i] = array('file', "test", "z"); 26 proc_open("$php -n $callee", $spec, $pipes); 39 Warning: proc_open(): pi is not a valid descriptor spec/mode in %s on line %d
|
H A D | proc_open_pipes2.phpt | 8 $spec = array(); 12 proc_open("$php -n $callee", $spec, $pipes); 14 var_dump(count($spec));
|
H A D | proc_open_pipes1.phpt | 9 $spec[$i] = array('pipe', 'w'); 14 proc_open("$php -n $callee", $spec, $pipes); 16 var_dump(count($spec));
|
/PHP-7.1/ext/standard/tests/streams/ |
H A D | glob-wrapper.phpt | 11 foreach ( [ __DIR__, "glob://".__DIR__ ] as $spec) { 12 echo "** Opening $spec\n"; 13 $dir = opendir($spec); 15 echo "Failed to open $spec\n"; 19 echo "No files in $spec\n";
|
/PHP-7.1/Zend/ |
H A D | zend_vm_gen.php | 625 function helper_name($name, $spec, $op1, $op2) { argument 643 function opcode_name($name, $spec, $op1, $op2) { argument 948 if ($spec && 955 if ($spec && 962 if ($spec && 975 …$spec_name = $name.($spec?"_SPEC":"").$prefix[$op1].$prefix[$op2].($spec?extra_spec_name($extra_sp… 981 if ($spec) { 1063 if ($spec) { 1172 foreach ($dsc["spec"][$spec] as $val) { 1423 $spec = key($specs); [all …]
|
H A D | zend_API.c | 496 static const char *zend_parse_arg_impl(int arg_num, zval *arg, va_list *va, const char **spec, char… in zend_parse_arg_impl() argument 498 const char *spec_walk = *spec; in zend_parse_arg_impl() 711 *spec = spec_walk; in zend_parse_arg_impl() 742 *spec = spec_walk; in zend_parse_arg_impl() 748 static int zend_parse_arg(int arg_num, zval *arg, va_list *va, const char **spec, int flags) /* {{{… in zend_parse_arg() argument 754 expected_type = zend_parse_arg_impl(arg_num, arg, va, spec, &error, &severity); in zend_parse_arg() 782 ZEND_API int zend_parse_parameter(int flags, int arg_num, zval *arg, const char *spec, ...) in zend_parse_parameter() argument 787 va_start(va, spec); in zend_parse_parameter() 788 ret = zend_parse_arg(arg_num, arg, &va, &spec, flags); in zend_parse_parameter()
|
H A D | zend_API.h | 276 ZEND_API int zend_parse_parameter(int flags, int arg_num, zval *arg, const char *spec, ...); 1031 #define Z_PARAM_VARIADIC_EX(spec, dest, dest_num, post_varargs) do { \ argument 1044 #define Z_PARAM_VARIADIC(spec, dest, dest_num) \ argument 1045 Z_PARAM_VARIADIC_EX(spec, dest, dest_num, 0)
|
H A D | zend_vm_execute.h | 62730 if (spec & SPEC_RULE_SMART_BRANCH) { 62738 if (spec & SPEC_RULE_DIM_OBJ) { 62902 spec = 4546 | SPEC_RULE_OP1; 62904 spec = 4551 | SPEC_RULE_OP1; 62927 spec = 4516 | SPEC_RULE_OP1; 62929 spec = 4521 | SPEC_RULE_OP1; 62931 spec = 4526 | SPEC_RULE_OP1; 62936 spec = 4531 | SPEC_RULE_OP1; 62938 spec = 4536 | SPEC_RULE_OP1; 62940 spec = 4541 | SPEC_RULE_OP1; [all …]
|
/PHP-7.1/ext/mbstring/oniguruma/ |
H A D | HISTORY | 68 2007/08/02: [spec] add backref by number. 77 2007/06/26: [spec] (thanks K.Takata) 232 2006/10/23: [spec] (thanks K.Takata) 310 2006/09/22: [spec] (thanks Allan Odgaard) 344 2006/09/04: [spec] (thanks K.Takata) 1064 2004/05/20: [spec] (thanks Isao Sonobe) 1462 2003/08/18: [spec] (thanks nobu) 1493 2003/07/25: [spec] (thanks akr) 1570 2003/06/18: [spec] add REG_SYN_OP_QUOTE. 1790 2003/02/07: [spec] range in char-class should be same spec. with Ruby [all …]
|
/PHP-7.1/scripts/dev/ |
H A D | check_parameters.php | 218 $spec = $m[1][0]; 219 $len = strlen($spec); 221 $char = $spec[$i]; 222 switch ($char = $spec[$i]) { 283 $allow_uninit = $i+1 < $len && $spec[$i+1] === '!'
|
/PHP-7.1/ext/skeleton/ |
H A D | create_stubs | 52 spec = "l|l|d|d|s|b|b|a|o|r|r|z|" 57 split(spec, spec_array, "\|")
|
/PHP-7.1/ext/mysqli/tests/ |
H A D | mysqli_debug_control_string.phpt | 19 die("SKIP Libmysql feature not sufficiently spec'd in MySQL C API documentation");
|
H A D | mysqli_debug_append.phpt | 19 die("SKIP Libmysql feature not sufficiently spec'd in MySQL C API documentation");
|
H A D | mysqli_debug_mysqlnd_control_string.phpt | 19 die("SKIP Libmysql feature not sufficiently spec'd in MySQL C API documentation");
|
/PHP-7.1/ext/date/tests/ |
H A D | examine_diff.inc | 27 * This spec includes a "+" or "-" after the "P" in order to
|
/PHP-7.1/ |
H A D | makerpm | 28 SPEC=php-$VERSION.spec
|
H A D | Makefile.global | 122 rm -f php7.spec main/build-defs.h scripts/phpize
|
H A D | .gitignore | 88 php7.spec
|
H A D | README.PARAMETER_PARSING_API | 33 int zend_parse_parameter(int flags, int arg_num, zval **arg, const char *spec, ...);
|
/PHP-7.1/ext/standard/tests/strings/ |
H A D | chunk_split_variation12.phpt | 144 spec"To check " in heredoc".I'm sure it'll \work!i@! ch@r$ "To check " in heredoc".I'm sure it'll \…
|
/PHP-7.1/ext/intl/tests/ |
H A D | normalizer_normalize.phpt | 33 /* just make sure all the form constants are defined as in the api spec */
|
/PHP-7.1/ext/pcre/pcrelib/testdata/ |
H A D | testinput14 | 282 # address spec
|
H A D | testinput17 | 200 # address spec
|
H A D | testoutput14 | 349 # address spec
|
H A D | testoutput17 | 216 # address spec
|