/PHP-5.6/Zend/ |
H A D | zend_vm_gen.php | 300 function helper_name($name, $spec, $op1, $op2) { argument 536 if ($spec) { 589 function gen_labels($f, $spec, $kind, $prolog) { argument 593 if ($spec) { 746 function gen_executor_code($f, $spec, $kind, $prolog) { argument 749 if ($spec) { 842 if (ZEND_VM_OLD_EXECUTOR && $spec) { 956 gen_labels($f, $spec, $kind, $prolog."\t\t"); 1008 gen_executor_code($f, $spec, $kind, $m[1]); 1017 gen_executor_code($f, $spec, $kind, $m[1]); [all …]
|
H A D | zend_API.c | 305 static const char *zend_parse_arg_impl(int arg_num, zval **arg, va_list *va, const char **spec, cha… in zend_parse_arg_impl() argument 307 const char *spec_walk = *spec; in zend_parse_arg_impl() 637 *spec = spec_walk; in zend_parse_arg_impl() 679 *spec = spec_walk; in zend_parse_arg_impl() 685 static int zend_parse_arg(int arg_num, zval **arg, va_list *va, const char **spec, int quiet TSRMLS… in zend_parse_arg() argument 691 expected_type = zend_parse_arg_impl(arg_num, arg, va, spec, &error, &severity TSRMLS_CC); in zend_parse_arg() 716 ZEND_API int zend_parse_parameter(int flags, int arg_num TSRMLS_DC, zval **arg, const char *spec, .… in zend_parse_parameter() argument 722 va_start(va, spec); in zend_parse_parameter() 723 ret = zend_parse_arg(arg_num, arg, &va, &spec, quiet TSRMLS_CC); in zend_parse_parameter()
|
H A D | zend_API.h | 264 ZEND_API int zend_parse_parameter(int flags, int arg_num TSRMLS_DC, zval **arg, const char *spec, .…
|
/PHP-5.6/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-5.6/ext/mbstring/oniguruma/ |
H A D | HISTORY | 63 2007/08/02: [spec] add backref by number. 72 2007/06/26: [spec] (thanks K.Takata) 227 2006/10/23: [spec] (thanks K.Takata) 305 2006/09/22: [spec] (thanks Allan Odgaard) 339 2006/09/04: [spec] (thanks K.Takata) 1059 2004/05/20: [spec] (thanks Isao Sonobe) 1457 2003/08/18: [spec] (thanks nobu) 1488 2003/07/25: [spec] (thanks akr) 1565 2003/06/18: [spec] add REG_SYN_OP_QUOTE. 1785 2003/02/07: [spec] range in char-class should be same spec. with Ruby [all …]
|
/PHP-5.6/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-5.6/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-5.6/ext/date/tests/ |
H A D | examine_diff.inc | 27 * This spec includes a "+" or "-" after the "P" in order to
|
/PHP-5.6/ |
H A D | makerpm | 28 SPEC=php-$VERSION.spec
|
H A D | Makefile.global | 122 rm -f php5.spec main/build-defs.h scripts/phpize
|
H A D | .gitignore | 88 php5.spec
|
H A D | README.PARAMETER_PARSING_API | 33 int zend_parse_parameter(int flags, int arg_num TSRMLS_DC, zval **arg, const char *spec, ...);
|
H A D | configure.in | 1526 ALL_OUTPUT_FILES="php5.spec main/build-defs.h \
|
/PHP-5.6/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-5.6/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-5.6/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
|
H A D | testinput8 | 1140 # address spec 1736 # address spec
|
/PHP-5.6/ext/ereg/regex/ |
H A D | tests | 158 # actually, this next one probably ought to fail, but the spec is unclear
|
/PHP-5.6/ext/mbstring/ |
H A D | README_PHP3-i18n-ja | 85 http://www.happysize.co.jp/techie/php-ja-jp/spec.htm
|
/PHP-5.6/win32/ |
H A D | install.txt | 1556 spec file which databases to support and the location of the top-level 1574 * Then edit the /usr/src/redhat/SPECS/mod_php3.spec file 1592 rpm -bb /usr/src/redhat/SPECS/mod_php3.spec
|