Home
last modified time | relevance | path

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

1...<<212223

/PHP-5.4/ext/standard/tests/strings/
H A Dstrcspn_variation3.phpt93 var_dump( strcspn($str,$mask,$value,$len) ); // with all args
H A Dstrspn_variation3.phpt93 var_dump( strspn($str,$mask,$value,$len) ); // with all args
H A Dstrlen.phpt145 /* Greater number of args than expected */
H A Dstrcspn_variation7.phpt2 …st strcspn() function : usage variations - with heredoc strings, varying start and default len args
H A Dstrspn_variation7.phpt2 Test strspn() function : usage variations - with heredoc strings, varying start and default len args
H A Dstrstr.phpt168 var_dump( strstr("a", "b", "c") ); // args > expected
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
/PHP-5.4/ext/standard/tests/file/
H A Drename_variation13-win32.phpt19 /* Invalid args */
/PHP-5.4/sapi/apache2handler/
H A Dphp_functions.c155 ADD_STRING(args); in PHP_FUNCTION()
H A Dsapi_apache2.c478 SG(request_info).query_string = apr_pstrdup(r->pool, r->args); in php_apache_request_ctor()
/PHP-5.4/ext/pcre/
H A Dphp_pcre.c861 zval **args[1]; /* Argument to pass to function */ in preg_do_repl_func() local
874 args[0] = &subpats; in preg_do_repl_func()
876 …if (call_user_function_ex(EG(function_table), NULL, function, &retval_ptr, 1, args, 0, NULL TSRMLS… in preg_do_repl_func()
/PHP-5.4/main/streams/
H A Dstreams.c251 va_list args; in php_stream_wrapper_log_error() local
254 va_start(args, fmt); in php_stream_wrapper_log_error()
255 vspprintf(&buffer, 0, fmt, args); in php_stream_wrapper_log_error()
256 va_end(args); in php_stream_wrapper_log_error()
/PHP-5.4/Zend/
H A Dzend_hash.h134 typedef int (*apply_func_args_t)(void *pDest TSRMLS_DC, int num_args, va_list args, zend_hash_key *…
H A Dzend_alloc.c66 va_list args; in zend_debug_alloc_output() local
68 va_start(args, format); in zend_debug_alloc_output()
69 vsprintf(output_buf, format, args); in zend_debug_alloc_output()
70 va_end(args); in zend_debug_alloc_output()
H A Dzend_execute_API.c1033 zval **args[1]; in zend_lookup_class_ex() local
1114 args[0] = &class_name_ptr; in zend_lookup_class_ex()
1122 fcall_info.params = args; in zend_lookup_class_ex()
H A Dzend_API.h481 ZEND_API int zend_fcall_info_args(zend_fcall_info *fci, zval *args TSRMLS_DC);
504 …l_info_call(zend_fcall_info *fci, zend_fcall_info_cache *fcc, zval **retval, zval *args TSRMLS_DC);
/PHP-5.4/win32/build/
H A Dconfutils.js318 args = WScript.Arguments;
319 for (i = 0; i < args.length; i++) {
320 arg = args(i);
/PHP-5.4/ext/mbstring/
H A Dmbstring.c3492 zval ***args, ***stack, **var, **hash_entry, **zfrom_enc; in PHP_FUNCTION() local
3504 …ters(ZEND_NUM_ARGS() TSRMLS_CC, "sZ+", &to_enc, &to_enc_len, &zfrom_enc, &args, &argc) == FAILURE)… in PHP_FUNCTION()
3512 efree(args); in PHP_FUNCTION()
3550 var = args[n++]; in PHP_FUNCTION()
3631 var = args[n++]; in PHP_FUNCTION()
3694 efree(args); in PHP_FUNCTION()
/PHP-5.4/ext/exif/
H A Dexif.c1576 va_list args; in exif_error_docref() local
1578 va_start(args, format); in exif_error_docref()
1584 php_verror(docref, ImageInfo->FileName?ImageInfo->FileName:"", type, buf, args TSRMLS_CC); in exif_error_docref()
1588 php_verror(docref, ImageInfo->FileName?ImageInfo->FileName:"", type, format, args TSRMLS_CC); in exif_error_docref()
1590 va_end(args); in exif_error_docref()
/PHP-5.4/sapi/apache2filter/
H A Dsapi_apache2.c408 SG(request_info).query_string = safe_strdup(f->r->args); in php_apache_request_ctor()
/PHP-5.4/sapi/apache/
H A Dmod_php5.c527 SG(request_info).query_string = r->args; in init_request_info()
/PHP-5.4/ext/pdo/
H A Dpdo_sql_parser.re97 /* phase 1: look for args */
/PHP-5.4/ext/spl/
H A Dspl_iterators.c3612 zval *args; member
3642 apply_info.args = NULL; in PHP_FUNCTION()
3643 …ly_info.obj, zend_ce_traversable, &apply_info.fci, &apply_info.fcc, &apply_info.args) == FAILURE) { in PHP_FUNCTION()
3648 zend_fcall_info_args(&apply_info.fci, apply_info.args TSRMLS_CC); in PHP_FUNCTION()

Completed in 122 milliseconds

1...<<212223