Home
last modified time | relevance | path

Searched refs:argument (Results 851 – 875 of 899) sorted by relevance

1...<<313233343536

/php-src/ext/standard/tests/array/
H A Darray_intersect_ukey_variation1.phpt2 Test array_intersect_ukey() function : usage variation - Passing unexpected values to first argument
H A Darray_diff_ukey_variation1.phpt2 Test array_diff_ukey() function : usage variation - Passing unexpected values to first argument
H A Darray_intersect_key_variation1.phpt2 Test array_intersect_key() function : usage variation - Passing unexpected values to first argument
H A Darray_intersect_uassoc_variation1.phpt2 …t array_intersect_uassoc() function : usage variation - Passing unexpected values to first argument
/php-src/ext/standard/tests/url/
H A Dparse_url_basic_001.phpt716 --> http://user:@pass@host/path?argument?value#etc: array(7) {
728 string(14) "argument?value"
H A Dparse_url_unterminated.phpt722 --> http://user:@pass@host/path?argument?value#etc: array(7) {
734 string(14) "argument?value"
/php-src/win32/build/
H A Dconfig.w3284 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 Dbadparameters.phpt267 Phar::setMetadata() expects exactly 1 argument, 2 given
/php-src/ext/standard/tests/general_functions/
H A Dprint_r.phpt25 0, // zero as argument
264 NULL, // NULL argument
H A Dprint_r_64bit.phpt29 0, // zero as argument
268 NULL, // NULL argument
H A Dvar_dump.phpt23 0, // zero as argument
263 NULL, // NULL argument
H A Dvar_dump_64bit.phpt23 0, // zero as argument
263 NULL, // NULL argument
/php-src/build/
H A Dphp_cxx_compile_stdcxx.m430 [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 Dphp.m4372 [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 Dconfig.m4142 dnl format. The first argument is the proper-noun-capitalized name of the
/php-src/ext/phar/phar/
H A Dclicommand.inc49 …self::error("Missing argument to parameter '$arg' of command '$command', check {$argv[0]} help\n");
/php-src/docs/source/core/data-structures/
H A Dzend_string.rst158 strings in full, while ``zend_string_starts_with`` checks whether the first argument starts with the
/php-src/ext/mysqlnd/
H A Dmysqlnd.h69 PHPAPI void mysqlnd_plugin_apply_with_argument(apply_func_arg_t apply_func, void * argument);
/php-src/ext/standard/tests/strings/
H A Dstrspn_variation11.phpt59 // loop through each element of the arrays for str, mask and start argument
/php-src/ext/reflection/
H A Dphp_reflection.c5381 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 Dphar.c39 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 Dphar_object.c3133 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 Dconfig.m4347 ODBC_LIBS) environment variables, or alternatively the optional DIR argument
/php-src/ext/standard/tests/file/
H A Dfgetcsv_variation22.phpt7 and fgetcsv() provided with default enclosure argument
/php-src/
H A DCODING_STANDARDS.md27 * The function is given a boolean argument, that controls whether or not the

Completed in 128 milliseconds

1...<<313233343536