Home
last modified time | relevance | path

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

1...<<212223

/PHP-5.5/main/
H A Drfc1867.c687 zval *array_ptr = (zval *) arg;
/PHP-5.5/ext/openssl/
H A Dopenssl.c4779 static void openssl_add_method_or_alias(const OBJ_NAME *name, void *arg) /* {{{ */ in openssl_add_method_or_alias() argument
4781 add_next_index_string((zval*)arg, (char*)name->name, 1); in openssl_add_method_or_alias()
4785 static void openssl_add_method(const OBJ_NAME *name, void *arg) /* {{{ */ in openssl_add_method() argument
4788 add_next_index_string((zval*)arg, (char*)name->name, 1); in openssl_add_method()
/PHP-5.5/ext/standard/tests/array/
H A Drsort_variation1.phpt2 Test rsort() function : usage variations - Pass different data types as $array_arg arg
/PHP-5.5/ext/standard/tests/general_functions/
H A Dprint_r.phpt293 // check when second arg is given other than boolean TRUE
H A Dprint_r_64bit.phpt294 // check when second arg is given other than boolean TRUE
/PHP-5.5/ext/phar/
H A Dphar_object.c1748 zval arg, arg2, *iter, *iteriter, *regexiter = NULL; in PHP_METHOD() local
1771 INIT_PZVAL(&arg); in PHP_METHOD()
1772 ZVAL_STRINGL(&arg, dir, dir_len, 0); in PHP_METHOD()
1777 &spl_ce_RecursiveDirectoryIterator->constructor, "__construct", NULL, &arg, &arg2); in PHP_METHOD()
/PHP-5.5/ext/standard/tests/strings/
H A Dstr_repeat.phpt60 var_dump( str_repeat($input[0], -1) ); // Invalid arg for multiplier
/PHP-5.5/ext/pcre/pcrelib/
H A Dpcre_compile.c6556 const pcre_uchar *arg = NULL; in compile_branch() local
6568 arg = ++ptr; in compile_branch()
6570 arglen = (int)(ptr - arg); in compile_branch()
6645 memcpy(code, arg, IN_UCHARS(arglen)); in compile_branch()
H A Dpcre_jit_compile.c6407 #define CALLOUT_ARG_OFFSET(arg) \ argument
6408 (-CALLOUT_ARG_SIZE + SLJIT_OFFSETOF(PUBL(callout_block), arg))
/PHP-5.5/ext/phar/tests/
H A Dphar_createdefaultstub.phpt2 Phar: Phar::createDefaultStub() with and without arg
H A Dphar_setdefaultstub.phpt2 Phar: Phar::setDefaultStub() with and without arg
/PHP-5.5/ext/dom/
H A Dnode.c88 ZEND_ARG_OBJ_INFO(0, arg, DOMNode, 0)
/PHP-5.5/ext/soap/
H A Dsoap.c1504 char *arg = NULL; local
1515 if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "|s", &arg, &arg_len) == FAILURE) {
1622 doc_request = soap_xmlParseMemory(arg,arg_len);
/PHP-5.5/Zend/tests/
H A D019.phpt73 // isset() with two args, one arg only unset, expected: bool(false)
/PHP-5.5/Zend/
H A Dzend_compile.c851 void zend_do_print(znode *result, const znode *arg TSRMLS_DC) /* {{{ */ in zend_do_print()
858 SET_NODE(opline->op1, arg); in zend_do_print()
864 void zend_do_echo(const znode *arg TSRMLS_DC) /* {{{ */ in zend_do_echo()
869 SET_NODE(opline->op1, arg); in zend_do_echo()
/PHP-5.5/ext/gd/
H A Dgd.c3449 static void php_imagefontsize(INTERNAL_FUNCTION_PARAMETERS, int arg) in php_imagefontsize() argument
3459 RETURN_LONG(arg ? font->h : font->w); in php_imagefontsize()
/PHP-5.5/
H A Dphp.ini-development587 ; http://php.net/arg-separator.output
594 ; http://php.net/arg-separator.input
H A Dphp.ini-production587 ; http://php.net/arg-separator.output
594 ; http://php.net/arg-separator.input
H A DNEWS459 __call/... arg passing). (Nikita)
6133 - Fixed bug #47771 (Exception during object construction from arg call calls
6694 - Fixed bug #46292 (PDO::setFetchMode() shouldn't requires the 2nd arg when
6929 - Fixed bug #44650 (escaepshellscmd() does not check arg count). (Ilia)
7252 - Fixed bug #42243 (copy() does not output an error when the first arg is a
8331 - Fixed bug #38649 (uninit'd optional arg in stream_socket_sendto()). (Sara)
8443 - Fixed bug #38072 (boolean arg for mysqli_autocommit() is always true on
9765 - Fixed bug #25922 (In error handler, modifying 5th arg (errcontext) may
/PHP-5.5/ext/date/lib/
H A Dparse_date.c799 #define timelib_split_free(arg) { \ argument
801 for (i = 0; i < arg.c; i++) { \
802 free(arg.v[i]); \
804 if (arg.v) { \
805 free(arg.v); \
/PHP-5.5/sapi/thttpd/
H A Dthttpd_patch153 … send_response( httpd_conn* hc, int status, char* title, char* extraheads, char* form, char* arg );
/PHP-5.5/ext/sqlite3/libsqlite/
H A Dsqlite3.c11319 #define LIKEFUNC(zName, nArg, arg, flags) \ argument
11321 (void *)arg, 0, likeFunc, 0, 0, #zName, 0, 0}
11322 #define AGGREGATE(zName, nArg, arg, nc, xStep, xFinal) \ argument
11324 SQLITE_INT_TO_PTR(arg), 0, 0, xStep,xFinal,#zName,0,0}
11325 #define AGGREGATE2(zName, nArg, arg, nc, xStep, xFinal, extraFlags) \ argument
11327 SQLITE_INT_TO_PTR(arg), 0, 0, xStep,xFinal,#zName,0,0}

Completed in 575 milliseconds

1...<<212223