Home
last modified time | relevance | path

Searched refs:args (Results 526 – 545 of 545) sorted by relevance

1...<<2122

/PHP-5.3/ext/standard/tests/strings/
H A Dstrpos.phpt192 var_dump( strpos("a", "b", "c", "d") ); // args > expected
H A Dstrcspn_variation11.phpt2 Test strcspn() function : usage variations - with varying start and default len args
H A Dstrspn_variation11.phpt2 Test strspn() function : usage variations - with varying start and default len args
H A Dstrcspn_variation8.phpt2 Test strcspn() function : usage variations - with heredoc strings, varying start and len args
H A Dstrspn_variation8.phpt2 Test strspn() function : usage variations - with heredoc strings, varying start and len args
H A Dstrcspn_variation12.phpt2 Test strcspn() function : usage variations - with varying start and len args
H A Dstrspn_variation12.phpt2 Test strspn() function : usage variations - with varying start and len args
/PHP-5.3/sapi/apache2filter/
H A Dsapi_apache2.c409 SG(request_info).query_string = safe_strdup(f->r->args); in php_apache_request_ctor()
/PHP-5.3/sapi/apache/
H A Dmod_php5.c531 SG(request_info).query_string = r->args; in init_request_info()
/PHP-5.3/ext/pdo/
H A Dpdo_sql_parser.re97 /* phase 1: look for args */
/PHP-5.3/ext/spl/
H A Dspl_iterators.c3460 zval *args; member
3490 apply_info.args = NULL; in PHP_FUNCTION()
3491 …ly_info.obj, zend_ce_traversable, &apply_info.fci, &apply_info.fcc, &apply_info.args) == FAILURE) { in PHP_FUNCTION()
3496 zend_fcall_info_args(&apply_info.fci, apply_info.args TSRMLS_CC); in PHP_FUNCTION()
H A Dphp_spl.c818 ZEND_ARG_ARRAY_INFO(0, args, 1)
/PHP-5.3/
H A Drun-tests.php1629 $args = isset($section_text['ARGS']) ? ' -- ' . $section_text['ARGS'] : '';
1746 $cmd = "$php $pass_options $ini_settings -f \"$test_file\" $args 2>&1";
H A DNEWS5571 . Added ReflectionClass::newInstanceArgs($args).
6705 - Fixed bug #28377 (debug_backtrace is intermittently passing args). (Dmitry)
/PHP-5.3/ext/standard/tests/file/
H A Dfile.inc157 $perms = new permission of the file, similar to $mode args of chmod() call
H A Dfgetcsv_variation10.phpt79 var_dump( fgetcsv($file_handle) ); // with default args
/PHP-5.3/sapi/apache_hooks/
H A Dmod_php5.c584 SG(request_info).query_string = r->args; in init_request_info()
/PHP-5.3/Zend/
H A Dzend_compile.c2825 static int inherit_static_prop(zval **p TSRMLS_DC, int num_args, va_list args, const zend_hash_key … in inherit_static_prop() argument
2827 HashTable *target = va_arg(args, HashTable*); in inherit_static_prop()
2902 static int do_interface_constant_check(zval **val TSRMLS_DC, int num_args, va_list args, const zend… in do_interface_constant_check() argument
2904 zend_class_entry **iface = va_arg(args, zend_class_entry**); in do_interface_constant_check()
/PHP-5.3/scripts/dev/
H A Dgenerate-phpt.phar1303 * Class for simple errors - one too many args and one too few
/PHP-5.3/ext/pcre/pcrelib/
H A DChangeLog1295 instance, but it only takes 2 args instead of 3!"

Completed in 125 milliseconds

1...<<2122