Home
last modified time | relevance | path

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

/PHP-7.3/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.3/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.3/Zend/
H A Dzend_vm_gen.php671 function opcode_name($name, $spec, $op1, $op2) { argument
690 } else if ($spec) {
707 } else if ($spec) {
1114 …$spec_name = $name.($spec?"_SPEC":"").$prefix[$op1].$prefix[$op2].($spec?extra_spec_name($extra_sp…
1149 if ($spec) {
1188 …$spec_name = $name.($spec?"_SPEC":"").$prefix[$op1].$prefix[$op2].($spec?extra_spec_name($extra_sp…
1249 if ($spec) {
1377 foreach ($dsc["spec"][$spec] as $val) {
1638 $spec = key($specs);
1648 $ret[] = array($spec => $mode) + $existing;
[all …]
H A Dzend_API.c562 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
564 const char *spec_walk = *spec; in zend_parse_arg_impl()
777 *spec = spec_walk; in zend_parse_arg_impl()
808 *spec = spec_walk; in zend_parse_arg_impl()
814 static int zend_parse_arg(int arg_num, zval *arg, va_list *va, const char **spec, int flags) /* {{{… in zend_parse_arg() argument
820 expected_type = zend_parse_arg_impl(arg_num, arg, va, spec, &error, &severity); in zend_parse_arg()
848 ZEND_API int zend_parse_parameter(int flags, int arg_num, zval *arg, const char *spec, ...) in zend_parse_parameter() argument
853 va_start(va, spec); in zend_parse_parameter()
854 ret = zend_parse_arg(arg_num, arg, &va, &spec, flags); in zend_parse_parameter()
H A Dzend_API.h269 ZEND_API int zend_parse_parameter(int flags, int arg_num, zval *arg, const char *spec, ...);
1103 #define Z_PARAM_VARIADIC_EX(spec, dest, dest_num, post_varargs) do { \ argument
1116 #define Z_PARAM_VARIADIC(spec, dest, dest_num) \ argument
1117 Z_PARAM_VARIADIC_EX(spec, dest, dest_num, 0)
H A Dzend_vm_execute.h65166 if (spec & SPEC_EXTRA_MASK) {
65216 if (spec & SPEC_EXTRA_MASK) {
65411 spec = 3865;
65413 spec = 3866;
65415 spec = 3867;
65420 spec = 3868;
65422 spec = 3869;
65424 spec = 3870;
65429 spec = 3027;
65434 spec = 3916;
[all …]
/PHP-7.3/ext/mbstring/oniguruma/
H A DHISTORY351 2007/08/02: [spec] add backref by number.
360 2007/06/26: [spec] (thanks K.Takata)
515 2006/10/23: [spec] (thanks K.Takata)
593 2006/09/22: [spec] (thanks Allan Odgaard)
627 2006/09/04: [spec] (thanks K.Takata)
1347 2004/05/20: [spec] (thanks Isao Sonobe)
1745 2003/08/18: [spec] (thanks nobu)
1776 2003/07/25: [spec] (thanks akr)
1853 2003/06/18: [spec] add REG_SYN_OP_QUOTE.
2073 2003/02/07: [spec] range in char-class should be same spec. with Ruby
[all …]
/PHP-7.3/scripts/dev/
H A Dcheck_parameters.php215 $spec = $m[1][0];
216 $len = strlen($spec);
218 $char = $spec[$i];
219 switch ($char = $spec[$i]) {
280 $allow_uninit = $i+1 < $len && $spec[$i+1] === '!'
/PHP-7.3/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.3/ext/date/tests/
H A Dexamine_diff.inc27 * This spec includes a "+" or "-" after the "P" in order to
/PHP-7.3/ext/intl/tests/
H A Dnormalizer_normalize_kc_cf.phpt26 /* just make sure all the form constants are defined as in the api spec */
H A Dnormalizer_normalize.phpt33 /* just make sure all the form constants are defined as in the api spec */
/PHP-7.3/
H A D.gitignore76 php7.spec
H A DMakefile.global122 rm -f php7.spec main/build-defs.h scripts/phpize
H A DREADME.PARAMETER_PARSING_API40 int zend_parse_parameter(int flags, int arg_num, zval **arg, const char *spec, ...);
H A Dconfigure.ac1574 ALL_OUTPUT_FILES="php7.spec main/build-defs.h \
H A Dphp.ini-development787 ; this to 1 will cause PHP CGI to fix its paths to conform to the spec. A setting
H A Dphp.ini-production789 ; this to 1 will cause PHP CGI to fix its paths to conform to the spec. A setting
/PHP-7.3/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.3/ext/fileinfo/tests/
H A Dmagic610 >8 string dmb1 \b, DMB MAF supporting all the components defined in the spec
1390 # MNG Video Format, <URL:http://www.libpng.org/pub/mng/spec/>
1398 # JNG Video Format, <URL:http://www.libpng.org/pub/mng/spec/>
7303 # http://www.cups.org/documentation.php/spec-raster.html
11504 # en/devnet/swf/pdf/swf-file-format-spec.pdf page 27
13946 # Yes, it's "APPL", not "AAPL"; see the spec.
17091 # URL: http://luks.endorphin.org/spec
23593 # The PDB file format is fixed-field, 80 columns. From the spec:
24506 # $File: spec,v 1.4 2009/09/19 16:28:12 christos Exp $
24507 # spec: file(1) magic for SPEC raw results (*.raw, *.rsf)
[all …]
H A Dmagic私はガラスを食べられます610 >8 string dmb1 \b, DMB MAF supporting all the components defined in the spec
1390 # MNG Video Format, <URL:http://www.libpng.org/pub/mng/spec/>
1398 # JNG Video Format, <URL:http://www.libpng.org/pub/mng/spec/>
7303 # http://www.cups.org/documentation.php/spec-raster.html
11504 # en/devnet/swf/pdf/swf-file-format-spec.pdf page 27
13946 # Yes, it's "APPL", not "AAPL"; see the spec.
17091 # URL: http://luks.endorphin.org/spec
23593 # The PDB file format is fixed-field, 80 columns. From the spec:
24506 # $File: spec,v 1.4 2009/09/19 16:28:12 christos Exp $
24507 # spec: file(1) magic for SPEC raw results (*.raw, *.rsf)
[all …]

Completed in 342 milliseconds