Home
last modified time | relevance | path

Searched refs:arg (Results 251 – 275 of 572) sorted by relevance

1...<<11121314151617181920>>...23

/PHP-5.5/sapi/fpm/fpm/
H A Dfpm_systemd.c48 void fpm_systemd_heartbeat(struct fpm_event_s *ev, short which, void *arg) /* {{{ */ in fpm_systemd_heartbeat() argument
/PHP-5.5/ext/pdo_firebird/
H A Dfirebird_driver.c535 static void firebird_info_cb(void *arg, char const *s) /* {{{ */ in firebird_info_cb() argument
537 if (arg) { in firebird_info_cb()
538 if (*(char*)arg) { /* second call */ in firebird_info_cb()
539 strcat(arg, " "); in firebird_info_cb()
541 strcat(arg, s); in firebird_info_cb()
/PHP-5.5/ext/intl/tests/
H A Dbreakiter_getLocale_error.phpt2 IntlBreakIterator::getLocale(): arg errors
H A Dbreakiter_first_last_previous_current_error.phpt2 IntlBreakIterator::first()/last()/previous()/current(): arg errors
H A Dbreakiter_setText_error.phpt2 IntlBreakIterator::setText(): arg errors
H A Dtransliterator_transliterate_variant1.phpt2 transliterator_transliterate (variant 1, non-transliterator 1st arg)
/PHP-5.5/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.5/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.5/ext/standard/tests/class_object/
H A Dis_subclass_of_variation_004.phpt2 …s_subclass_of() function : usage variations - unexpected type for arg 1 with valid class in arg 2.
H A Dget_object_vars_basic_002.phpt2 get_object_vars(): visibility from non static methods (target object passed as arg)
/PHP-5.5/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.5/Zend/
H A Dzend_execute.c601 static inline int zend_verify_arg_type(zend_function *zf, zend_uint arg_num, zval *arg, ulong fetch… in zend_verify_arg_type() argument
617 if (!arg) { in zend_verify_arg_type()
621 if (Z_TYPE_P(arg) == IS_OBJECT) { in zend_verify_arg_type()
623 if (!ce || !instanceof_function(Z_OBJCE_P(arg), ce TSRMLS_CC)) { in zend_verify_arg_type()
626 } else if (Z_TYPE_P(arg) != IS_NULL || !cur_arg_info->allow_null) { in zend_verify_arg_type()
628 …or(E_RECOVERABLE_ERROR, zf, arg_num, need_msg, class_name, zend_zval_type_name(arg), "" TSRMLS_CC); in zend_verify_arg_type()
633 if (!arg) { in zend_verify_arg_type()
637 if (Z_TYPE_P(arg) != IS_ARRAY && (Z_TYPE_P(arg) != IS_NULL || !cur_arg_info->allow_null)) { in zend_verify_arg_type()
643 if (!arg) { in zend_verify_arg_type()
646 …if (!zend_is_callable(arg, IS_CALLABLE_CHECK_SILENT, NULL TSRMLS_CC) && (Z_TYPE_P(arg) != IS_NULL … in zend_verify_arg_type()
[all …]
/PHP-5.5/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_grep_error2.phpt2 Test preg_grep() function : error conditions - wrong arg types
H A Dpreg_match_error2.phpt2 Test preg_match() function : error conditions - wrong arg types
/PHP-5.5/ext/standard/tests/dir/
H A Dscandir_variation9.phpt2 Test scandir() function : usage variations - different ints as $sorting_order arg
/PHP-5.5/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.5/ext/fileinfo/tests/
H A Dfinfo_open_basic.phpt7 /* Prototype : resource finfo_open([int options [, string arg]])

Completed in 36 milliseconds

1...<<11121314151617181920>>...23