/php-src/ext/standard/tests/array/ |
H A D | array_intersect_ukey_variation1.phpt | 2 Test array_intersect_ukey() function : usage variation - Passing unexpected values to first argument
|
H A D | array_diff_ukey_variation1.phpt | 2 Test array_diff_ukey() function : usage variation - Passing unexpected values to first argument
|
H A D | array_intersect_key_variation1.phpt | 2 Test array_intersect_key() function : usage variation - Passing unexpected values to first argument
|
H A D | array_intersect_uassoc_variation1.phpt | 2 …t array_intersect_uassoc() function : usage variation - Passing unexpected values to first argument
|
/php-src/ext/standard/tests/url/ |
H A D | parse_url_basic_001.phpt | 716 --> http://user:@pass@host/path?argument?value#etc: array(7) { 728 string(14) "argument?value"
|
H A D | parse_url_unterminated.phpt | 722 --> http://user:@pass@host/path?argument?value#etc: array(7) { 734 string(14) "argument?value"
|
/php-src/win32/build/ |
H A D | config.w32 | 84 STDOUT.WriteLine('WARNING: Invalid argument for MP: ' + PHP_MP); 364 "-Wno-unused-command-line-argument -Wno-unused-function -Wno-ignored-pragma-optimize");
|
/php-src/ext/phar/tests/ |
H A D | badparameters.phpt | 267 Phar::setMetadata() expects exactly 1 argument, 2 given
|
/php-src/ext/standard/tests/general_functions/ |
H A D | print_r.phpt | 25 0, // zero as argument 264 NULL, // NULL argument
|
H A D | print_r_64bit.phpt | 29 0, // zero as argument 268 NULL, // NULL argument
|
H A D | var_dump.phpt | 23 0, // zero as argument 263 NULL, // NULL argument
|
H A D | var_dump_64bit.phpt | 23 0, // zero as argument 263 NULL, // NULL argument
|
/php-src/build/ |
H A D | php_cxx_compile_stdcxx.m4 | 30 [m4_fatal([invalid first argument `$1' to PHP_CXX_COMPILE_STDCXX])])[]dnl 34 [m4_fatal([invalid third argument `$2' to PHP_CXX_COMPILE_STDCXX])])[]dnl
|
H A D | php.m4 | 372 [m4_warn([syntax], [Missing 2nd argument when skipping extension check])], 1948 dnl Set PostgreSQL installation directory if given from the configure argument. 2013 dnl argument is a blank-or-newline-separated list of header files or directories 2014 dnl located in the "path". If 2nd argument is not given, it installs header 2015 dnl files in all paths from the blank-or-newline-separated "path" argument.
|
/php-src/ext/gd/ |
H A D | config.m4 | 142 dnl format. The first argument is the proper-noun-capitalized name of the
|
/php-src/ext/phar/phar/ |
H A D | clicommand.inc | 49 …self::error("Missing argument to parameter '$arg' of command '$command', check {$argv[0]} help\n");
|
/php-src/docs/source/core/data-structures/ |
H A D | zend_string.rst | 158 strings in full, while ``zend_string_starts_with`` checks whether the first argument starts with the
|
/php-src/ext/mysqlnd/ |
H A D | mysqlnd.h | 69 PHPAPI void mysqlnd_plugin_apply_with_argument(apply_func_arg_t apply_func, void * argument);
|
/php-src/ext/standard/tests/strings/ |
H A D | strspn_variation11.phpt | 59 // loop through each element of the arrays for str, mask and start argument
|
/php-src/ext/reflection/ |
H A D | php_reflection.c | 5381 reflection_object *intern, *argument; in ZEND_METHOD() local 5391 argument = reflection_object_from_obj(class_obj); in ZEND_METHOD() 5392 if (argument->ptr == NULL) { in ZEND_METHOD() 5397 class_ce = argument->ptr; in ZEND_METHOD() 5414 reflection_object *intern, *argument; in ZEND_METHOD() local 5424 argument = reflection_object_from_obj(interface_obj); in ZEND_METHOD() 5425 if (argument->ptr == NULL) { in ZEND_METHOD() 5430 interface_ce = argument->ptr; in ZEND_METHOD()
|
/php-src/ext/phar/ |
H A D | phar.c | 39 static int phar_set_writeable_bit(zval *zv, void *argument) /* {{{ */ in phar_set_writeable_bit() argument 41 bool keep = *(bool *)argument; in phar_set_writeable_bit() 303 static int phar_unalias_apply(zval *zv, void *argument) /* {{{ */ in phar_unalias_apply() argument 305 return Z_PTR_P(zv) == argument ? ZEND_HASH_APPLY_REMOVE : ZEND_HASH_APPLY_KEEP; in phar_unalias_apply()
|
H A D | phar_object.c | 3133 static int phar_set_compression(zval *zv, void *argument) /* {{{ */ in phar_set_compression() argument 3136 uint32_t compress = *(uint32_t *)argument; in phar_set_compression() 3150 static int phar_test_compression(zval *zv, void *argument) /* {{{ */ in phar_test_compression() argument 3160 *(int *) argument = 0; in phar_test_compression() 3166 *(int *) argument = 0; in phar_test_compression()
|
/php-src/ext/odbc/ |
H A D | config.m4 | 347 ODBC_LIBS) environment variables, or alternatively the optional DIR argument
|
/php-src/ext/standard/tests/file/ |
H A D | fgetcsv_variation22.phpt | 7 and fgetcsv() provided with default enclosure argument
|
/php-src/ |
H A D | CODING_STANDARDS.md | 27 * The function is given a boolean argument, that controls whether or not the
|