Home
last modified time | relevance | path

Searched refs:spec (Results 1 – 25 of 36) sorted by relevance

12

/PHP-7.2/ext/standard/tests/general_functions/
H A Dproc_open_pipes3.phpt9 $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 Dproc_open_pipes2.phpt8 $spec = array();
12 proc_open("$php -n $callee", $spec, $pipes);
14 var_dump(count($spec));
H A Dproc_open_pipes1.phpt9 $spec[$i] = array('pipe', 'w');
14 proc_open("$php -n $callee", $spec, $pipes);
16 var_dump(count($spec));
/PHP-7.2/ext/standard/tests/streams/
H A Dglob-wrapper.phpt11 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.2/ext/mbstring/oniguruma/
H A DHISTORY156 2007/08/02: [spec] add backref by number.
165 2007/06/26: [spec] (thanks K.Takata)
320 2006/10/23: [spec] (thanks K.Takata)
398 2006/09/22: [spec] (thanks Allan Odgaard)
432 2006/09/04: [spec] (thanks K.Takata)
1152 2004/05/20: [spec] (thanks Isao Sonobe)
1550 2003/08/18: [spec] (thanks nobu)
1581 2003/07/25: [spec] (thanks akr)
1658 2003/06/18: [spec] add REG_SYN_OP_QUOTE.
1878 2003/02/07: [spec] range in char-class should be same spec. with Ruby
[all …]
/PHP-7.2/Zend/
H A Dzend_vm_gen.php651 function opcode_name($name, $spec, $op1, $op2) { argument
990 …$spec_name = $name.($spec?"_SPEC":"").$prefix[$op1].$prefix[$op2].($spec?extra_spec_name($extra_sp…
1005 if ($spec) {
1044 …$spec_name = $name.($spec?"_SPEC":"").$prefix[$op1].$prefix[$op2].($spec?extra_spec_name($extra_sp…
1097 if ($spec) {
1204 $foreach_extra_spec = function($do, $spec) use ($dsc) {
1206 foreach ($dsc["spec"][$spec] as $val) {
1441 $spec = key($specs);
1451 $ret[] = array($spec => $mode) + $existing;
1463 if ($spec) {
[all …]
H A Dzend_API.c526 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
528 const char *spec_walk = *spec; in zend_parse_arg_impl()
741 *spec = spec_walk; in zend_parse_arg_impl()
772 *spec = spec_walk; in zend_parse_arg_impl()
778 static int zend_parse_arg(int arg_num, zval *arg, va_list *va, const char **spec, int flags) /* {{{… in zend_parse_arg() argument
784 expected_type = zend_parse_arg_impl(arg_num, arg, va, spec, &error, &severity); in zend_parse_arg()
812 ZEND_API int zend_parse_parameter(int flags, int arg_num, zval *arg, const char *spec, ...) in zend_parse_parameter() argument
817 va_start(va, spec); in zend_parse_parameter()
818 ret = zend_parse_arg(arg_num, arg, &va, &spec, flags); in zend_parse_parameter()
H A Dzend_API.h287 ZEND_API int zend_parse_parameter(int flags, int arg_num, zval *arg, const char *spec, ...);
1091 #define Z_PARAM_VARIADIC_EX(spec, dest, dest_num, post_varargs) do { \ argument
1104 #define Z_PARAM_VARIADIC(spec, dest, dest_num) \ argument
1105 Z_PARAM_VARIADIC_EX(spec, dest, dest_num, 0)
H A Dzend_vm_execute.h69048 if (spec & SPEC_RULE_DIM_OBJ) {
69101 if (spec & SPEC_RULE_DIM_OBJ) {
69262 spec = 4821 | SPEC_RULE_OP1;
69264 spec = 4826 | SPEC_RULE_OP1;
69287 spec = 4791 | SPEC_RULE_OP1;
69289 spec = 4796 | SPEC_RULE_OP1;
69291 spec = 4801 | SPEC_RULE_OP1;
69296 spec = 4806 | SPEC_RULE_OP1;
69298 spec = 4811 | SPEC_RULE_OP1;
69300 spec = 4816 | SPEC_RULE_OP1;
[all …]
/PHP-7.2/scripts/dev/
H A Dcheck_parameters.php218 $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.2/ext/skeleton/
H A Dcreate_stubs52 spec = "l|l|d|d|s|b|b|a|o|r|r|z|"
57 split(spec, spec_array, "\|")
/PHP-7.2/ext/mysqli/tests/
H A Dmysqli_debug_control_string.phpt19 die("SKIP Libmysql feature not sufficiently spec'd in MySQL C API documentation");
H A Dmysqli_debug_append.phpt19 die("SKIP Libmysql feature not sufficiently spec'd in MySQL C API documentation");
H A Dmysqli_debug_mysqlnd_control_string.phpt19 die("SKIP Libmysql feature not sufficiently spec'd in MySQL C API documentation");
/PHP-7.2/ext/date/tests/
H A Dexamine_diff.inc27 * This spec includes a "+" or "-" after the "P" in order to
/PHP-7.2/
H A DMakefile.global122 rm -f php7.spec main/build-defs.h scripts/phpize
H A D.gitignore77 php7.spec
H A DREADME.PARAMETER_PARSING_API33 int zend_parse_parameter(int flags, int arg_num, zval **arg, const char *spec, ...);
/PHP-7.2/ext/standard/tests/strings/
H A Dchunk_split_variation12.phpt144 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.2/ext/intl/tests/
H A Dnormalizer_normalize.phpt33 /* just make sure all the form constants are defined as in the api spec */
/PHP-7.2/ext/pcre/pcrelib/testdata/
H A Dtestinput14282 # address spec
H A Dtestinput17200 # address spec
H A Dtestoutput14349 # address spec
H A Dtestoutput17216 # address spec
/PHP-7.2/ext/mbstring/
H A DREADME_PHP3-i18n-ja85 http://www.happysize.co.jp/techie/php-ja-jp/spec.htm

Completed in 308 milliseconds

12