Home
last modified time | relevance | path

Searched refs:arg (Results 201 – 225 of 497) sorted by relevance

12345678910>>...20

/PHP-5.3/ext/imap/
H A Dphp_imap.c629 if (Z_TYPE_P(arg) == IS_OBJECT) { in add_assoc_object()
630 symtable = Z_OBJPROP_P(arg); in add_assoc_object()
632 symtable = Z_ARRVAL_P(arg); in add_assoc_object()
644 if (Z_TYPE_P(arg) == IS_OBJECT) { in add_next_index_object()
645 symtable = Z_OBJPROP_P(arg); in add_next_index_object()
647 symtable = Z_ARRVAL_P(arg); in add_next_index_object()
2751 char *arg; in PHP_FUNCTION() local
2768 in = (const unsigned char *) arg; in PHP_FUNCTION()
2890 char *arg; in PHP_FUNCTION() local
2906 in = (const unsigned char *) arg; in PHP_FUNCTION()
[all …]
/PHP-5.3/ext/ldap/
H A Dconfig.m4166 dnl Check for 3 arg ldap_set_rebind_proc
167 AC_CACHE_CHECK([for 3 arg ldap_set_rebind_proc], ac_cv_3arg_setrebindproc,
171 AC_DEFINE(HAVE_3ARG_SETREBINDPROC,1,[Whether 3 arg set_rebind_proc()])
/PHP-5.3/ext/sqlite/libsqlite/src/
H A Dfunc.c208 static void last_insert_rowid(sqlite_func *context, int arg, const char **argv){ in last_insert_rowid() argument
217 static void change_count(sqlite_func *context, int arg, const char **argv){ in change_count() argument
226 static void last_statement_change_count(sqlite_func *context, int arg, in last_statement_change_count() argument
241 static void likeFunc(sqlite_func *context, int arg, const char **argv){ in likeFunc() argument
257 static void globFunc(sqlite_func *context, int arg, const char **argv){ in globFunc() argument
/PHP-5.3/ext/pdo_firebird/
H A Dfirebird_driver.c537 static void firebird_info_cb(void *arg, char const *s) /* {{{ */ in firebird_info_cb() argument
539 if (arg) { in firebird_info_cb()
540 if (*(char*)arg) { /* second call */ in firebird_info_cb()
541 strcat(arg, " "); in firebird_info_cb()
543 strcat(arg, s); in firebird_info_cb()
/PHP-5.3/Zend/
H A Dzend_execute.c477 static inline int zend_verify_arg_type(zend_function *zf, zend_uint arg_num, zval *arg, ulong fetch… in zend_verify_arg_type() argument
493 if (!arg) { in zend_verify_arg_type()
497 if (Z_TYPE_P(arg) == IS_OBJECT) { in zend_verify_arg_type()
499 if (!ce || !instanceof_function(Z_OBJCE_P(arg), ce TSRMLS_CC)) { in zend_verify_arg_type()
500 …r(zf, arg_num, cur_arg_info, need_msg, class_name, "instance of ", Z_OBJCE_P(arg)->name TSRMLS_CC); in zend_verify_arg_type()
502 } else if (Z_TYPE_P(arg) != IS_NULL || !cur_arg_info->allow_null) { in zend_verify_arg_type()
504 …arg_error(zf, arg_num, cur_arg_info, need_msg, class_name, zend_zval_type_name(arg), "" TSRMLS_CC); in zend_verify_arg_type()
507 if (!arg) { in zend_verify_arg_type()
510 if (Z_TYPE_P(arg) != IS_ARRAY && (Z_TYPE_P(arg) != IS_NULL || !cur_arg_info->allow_null)) { in zend_verify_arg_type()
511 …fy_arg_error(zf, arg_num, cur_arg_info, "be an array", "", zend_zval_type_name(arg), "" TSRMLS_CC); in zend_verify_arg_type()
/PHP-5.3/ext/standard/tests/math/
H A Dexpm1_basic.phpt7 /* Prototype : float expm1 ( float $arg )
H A Dexpm1_error.phpt5 /* Prototype : float expm1 ( float $arg )
H A Dlog1p_error.phpt5 /* Prototype : float log1p ( float $arg )
H A Ddecbin_error.phpt11 /* Prototype : float expm1 ( float $arg )
/PHP-5.3/ext/mbstring/tests/
H A Dmb_stripos_variation2.phpt2 Test mb_stripos() function : usage variations - pass different data types as $needle arg
17 * Pass mb_stripos different data types as $needle arg to test behaviour
H A Dmb_strpos_variation2.phpt2 Test mb_strpos() function : usage variations - pass different data types as $needle arg
16 * Pass mb_strpos different data types as $needle arg to test behaviour
H A Dmb_convert_encoding_variation1.phpt2 …t mb_convert_encoding() function : usage variations - pass different data types as $to_encoding arg
17 * Pass different data types to $to_encoding arg to test behaviour of mb_convert_encoding
H A Dmb_encode_mimeheader_variation6.phpt2 Test mb_encode_mimeheader() function : usage variations - Pass different strings to $linefeed arg
/PHP-5.3/sapi/apache2filter/
H A Dapache_config.c111 static const char *php_apache_phpini_set(cmd_parms *cmd, void *mconfig, const char *arg) in php_apache_phpini_set() argument
116 apache2_php_ini_path_override = ap_server_root_relative(cmd->pool, arg); in php_apache_phpini_set()
/PHP-5.3/ext/pcre/tests/
H A Dpreg_quote_error1.phpt2 Test preg_quote() function : error conditions - wrong arg types
H A Dpreg_split_error2.phpt2 Test preg_split() function : error conditions - wrong arg types
H A Dpreg_match_error2.phpt2 Test preg_match() function : error conditions - wrong arg types
H A Dpreg_grep_error2.phpt2 Test preg_grep() function : error conditions - wrong arg types
/PHP-5.3/tests/output/
H A Dob_start_error_001.phpt2 Test wrong number of arguments and wrong arg types for ob_start()
/PHP-5.3/ext/standard/tests/class_object/
H A Dget_object_vars_basic_002.phpt2 get_object_vars(): visibility from non static methods (target object passed as arg)
/PHP-5.3/ext/standard/tests/dir/
H A Dscandir_variation9.phpt2 Test scandir() function : usage variations - different ints as $sorting_order arg
/PHP-5.3/ext/iconv/tests/
H A Diconv_strpos_variation3_64bit.phpt2 Test iconv_strpos() function : usage variations - pass different data types as $offset arg
17 * Pass iconv_strpos different data types as $offset arg to test behaviour
/PHP-5.3/sapi/litespeed/
H A Dlsapilib.c1168 LSAPI_CB_EnvHandler fn, void * arg ) in LSAPI_ForeachOrgHeader_r() argument
1184 pValue, len, arg ); in LSAPI_ForeachOrgHeader_r()
1204 pValue, pCur->valueLen, arg ); in LSAPI_ForeachOrgHeader_r()
1217 LSAPI_CB_EnvHandler fn, void * arg ) in LSAPI_ForeachHeader_r() argument
1233 pValue, len, arg ); in LSAPI_ForeachHeader_r()
1274 pValue, pCur->valueLen, arg ); in LSAPI_ForeachHeader_r()
1295 pEnv->pValue, pEnv->valLen, arg ); in EnvForeach()
1307 LSAPI_CB_EnvHandler fn, void * arg ) in LSAPI_ForeachEnv_r() argument
1314 fn, arg ); in LSAPI_ForeachEnv_r()
1322 LSAPI_CB_EnvHandler fn, void * arg ) in LSAPI_ForeachSpecialEnv_r() argument
[all …]
/PHP-5.3/ext/fileinfo/tests/
H A Dfinfo_open_basic.phpt7 /* Prototype : resource finfo_open([int options [, string arg]])
/PHP-5.3/ext/soap/tests/interop/Round4/GroupI/
H A Dr4_groupI_xsd_020w.phpt17 $struct = new SOAPComplexType('arg',34,325.325);

Completed in 82 milliseconds

12345678910>>...20