Home
last modified time | relevance | path

Searched refs:arg (Results 526 – 550 of 572) sorted by relevance

1...<<212223

/PHP-5.5/ext/standard/tests/dir/
H A Dscandir_variation1.phpt2 Test scandir() function : usage variations - different data types as $dir arg
/PHP-5.5/ext/mbstring/oniguruma/
H A Dregparse.h326 extern void onig_scan_env_set_error_string P_((ScanEnv* env, int ecode, UChar* arg, UChar* arg_en…
H A DHISTORY384 start arg. of MATCH_ARG_INIT() should be original
385 arg. of onig_search().
1824 2003/01/23: [impl] add encoding arg to scan_xxxx_number().
1865 2003/01/08: [spec] region arg can be NULL in regex_search() and regex_match().
1875 add "raw" flag arg to concat_opt_exact_info_str().
/PHP-5.5/sapi/fpm/fpm/
H A Dfpm_sockets.c44 static void fpm_sockets_cleanup(int which, void *arg) /* {{{ */ in fpm_sockets_cleanup() argument
H A Dfastcgi.c151 static DWORD WINAPI fcgi_shutdown_thread(LPVOID arg) in fcgi_shutdown_thread() argument
153 HANDLE shutdown_event = (HANDLE) arg; in fcgi_shutdown_thread()
/PHP-5.5/ext/standard/tests/array/
H A Darray_slice.phpt35 /* Scalar arg */
39 /* String arg */
H A Dusort_variation2.phpt2 Test usort() function : usage variations - Pass different data types as $cmp_function arg
/PHP-5.5/
H A Dserver-tests.php624 foreach ($this->xargs as $arg=>$arg_info) {
625 $usage .= sprintf(" -%s %-12s %s\n",$arg,$arg_info[1],$arg_info[3]);
703 foreach ($this->xargs as $arg=>$arg_info) {
H A DREADME.GIT-RULES111 hasn't noticed that the 'arg' variable no longer is available.
H A DREADME.PARAMETER_PARSING_API33 int zend_parse_parameter(int flags, int arg_num TSRMLS_DC, zval **arg, const char *spec, ...);
/PHP-5.5/ext/fileinfo/
H A Dfileinfo.c121 ZEND_ARG_INFO(0, arg)
/PHP-5.5/ext/sqlite3/
H A Dsqlite3.c49 va_list arg; in php_sqlite3_error() local
53 va_start(arg, format); in php_sqlite3_error()
54 vspprintf(&message, 0, format, arg); in php_sqlite3_error()
55 va_end(arg); in php_sqlite3_error()
/PHP-5.5/Zend/
H A Dzend_compile.h466 void zend_do_print(znode *result, const znode *arg TSRMLS_DC);
467 void zend_do_echo(const znode *arg TSRMLS_DC);
/PHP-5.5/ext/standard/tests/strings/
H A Dwordwrap_variation3.phpt27 // array with different values for break arg
/PHP-5.5/ext/mysqlnd/
H A Dmysqlnd_structs.h472 … * conn, enum php_mysqlnd_server_command command, const zend_uchar * const arg, size_t arg_len, en…
497 … * conn, enum php_mysqlnd_server_command command, const zend_uchar * const arg, size_t arg_len, ze…
H A Dmysqlnd.c316 …const zend_uchar * const arg, size_t arg_len, zend_bool silent, zend_bool ignore_upsert_status TSR… in MYSQLND_METHOD()
348 if (arg && arg_len) { in MYSQLND_METHOD()
349 cmd_packet->argument = arg; in MYSQLND_METHOD()
374 …const zend_uchar * const arg, size_t arg_len, enum mysqlnd_packet_type ok_packet, zend_bool silent, in MYSQLND_METHOD()
380 …ret = conn->m->simple_command_send_request(conn, command, arg, arg_len, silent, ignore_upsert_stat… in MYSQLND_METHOD()
/PHP-5.5/ext/pcre/pcrelib/sljit/
H A DsljitNativeX86_common.c1429 #define BINARY_IMM(op_imm, op_mr, immw, arg, argw) \ argument
1431 inst = emit_x86_instruction(compiler, 1 | EX86_BIN_INS, SLJIT_IMM, immw, arg, argw); \
1437 inst = emit_x86_instruction(compiler, 1, TMP_REG2, 0, arg, argw); \
1447 #define BINARY_IMM(op_imm, op_mr, immw, arg, argw) \ argument
1448 inst = emit_x86_instruction(compiler, 1 | EX86_BIN_INS, SLJIT_IMM, immw, arg, argw); \
/PHP-5.5/ext/date/lib/
H A Dparse_date.re797 #define timelib_split_free(arg) { \
799 for (i = 0; i < arg.c; i++) { \
800 free(arg.v[i]); \
802 if (arg.v) { \
803 free(arg.v); \
/PHP-5.5/ext/pcre/
H A Dphp_pcre.c170 static int pcre_clean_cache(void *data, void *arg TSRMLS_DC) in pcre_clean_cache()
173 int *num_clean = (int *)arg; in pcre_clean_cache()
/PHP-5.5/ext/iconv/tests/
H A Diconv_mime_decode_headers_variation2.phpt2 Test iconv_mime_encode() function : usage variations - Pass different data types to mode arg
H A Diconv_mime_decode_headers_variation3.phpt2 Test iconv_mime_encode() function : usage variations - Pass different data types to charset arg
/PHP-5.5/scripts/dev/
H A Dgenerate-phpt.phar441 protected function isShortOption($arg)
443 return (substr($arg, 0, 1) == '-') && (substr($arg, 1, 1) != '-');
/PHP-5.5/ext/phar/
H A Dzip.c766 static int phar_zip_changed_apply(void *data, void *arg TSRMLS_DC) /* {{{ */ in phar_zip_changed_apply()
777 p = (struct _phar_zip_pass*) arg; in phar_zip_changed_apply()
/PHP-5.5/ext/reflection/
H A Dphp_reflection.c132 va_list arg; in string_printf() local
135 va_start(arg, format); in string_printf()
136 len = zend_vspprintf(&s_tmp, 0, format, arg); in string_printf()
147 va_end(arg); in string_printf()
1947 static int _zval_array_to_c_array(zval **arg, zval ****params TSRMLS_DC) /* {{{ */ in _zval_array_to_c_array() argument
1949 *(*params)++ = arg; in _zval_array_to_c_array()
/PHP-5.5/ext/standard/
H A Dfile.c130 #define PHP_STREAM_TO_ZVAL(stream, arg) \ argument
131 php_stream_from_zval_no_verify(stream, arg); \

Completed in 123 milliseconds

1...<<212223