Home
last modified time | relevance | path

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

1...<<11121314151617181920

/PHP-5.3/ext/openssl/
H A Dopenssl.c4639 static void openssl_add_method_or_alias(const OBJ_NAME *name, void *arg) /* {{{ */ in openssl_add_method_or_alias() argument
4641 add_next_index_string((zval*)arg, (char*)name->name, 1); in openssl_add_method_or_alias()
4645 static void openssl_add_method(const OBJ_NAME *name, void *arg) /* {{{ */ in openssl_add_method() argument
4648 add_next_index_string((zval*)arg, (char*)name->name, 1); in openssl_add_method()
/PHP-5.3/ext/standard/tests/array/
H A Drsort_variation1.phpt2 Test rsort() function : usage variations - Pass different data types as $array_arg arg
/PHP-5.3/main/
H A Drfc1867.c776 zval *array_ptr = (zval *) arg;
/PHP-5.3/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.3/ext/phar/
H A Dphar_object.c1813 zval arg, arg2, *iter, *iteriter, *regexiter = NULL; local
1836 INIT_PZVAL(&arg);
1837 ZVAL_STRINGL(&arg, dir, dir_len, 0);
1846 &spl_ce_RecursiveDirectoryIterator->constructor, "__construct", NULL, &arg, &arg2);
/PHP-5.3/ext/pcre/pcrelib/
H A Dpcre_compile.c5601 const pcre_uchar *arg = NULL; in compile_branch() local
5613 arg = ++ptr; in compile_branch()
5615 arglen = (int)(ptr - arg); in compile_branch()
5683 memcpy(code, arg, IN_UCHARS(arglen)); in compile_branch()
/PHP-5.3/ext/standard/tests/strings/
H A Dstr_repeat.phpt60 var_dump( str_repeat($input[0], -1) ); // Invalid arg for multiplier
/PHP-5.3/ext/phar/tests/
H A Dphar_setdefaultstub.phpt2 Phar: Phar::setDefaultStub() with and without arg
H A Dphar_createdefaultstub.phpt2 Phar: Phar::createDefaultStub() with and without arg
/PHP-5.3/ext/dom/
H A Dnode.c88 ZEND_ARG_OBJ_INFO(0, arg, DOMNode, 0)
/PHP-5.3/Zend/
H A Dzend_compile.c520 void zend_do_print(znode *result, const znode *arg TSRMLS_DC) /* {{{ */ in zend_do_print()
527 opline->op1 = *arg; in zend_do_print()
533 void zend_do_echo(const znode *arg TSRMLS_DC) /* {{{ */ in zend_do_echo()
538 opline->op1 = *arg; in zend_do_echo()
/PHP-5.3/ext/soap/
H A Dsoap.c1620 char *arg = NULL; local
1631 if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "|s", &arg, &arg_len) == FAILURE) {
1738 doc_request = soap_xmlParseMemory(arg,arg_len);
/PHP-5.3/ext/gd/
H A Dgd.c3536 static void php_imagefontsize(INTERNAL_FUNCTION_PARAMETERS, int arg) in php_imagefontsize() argument
3546 RETURN_LONG(arg ? font->h : font->w); in php_imagefontsize()
/PHP-5.3/Zend/tests/
H A D019.phpt73 // isset() with two args, one arg only unset, expected: bool(false)
/PHP-5.3/
H A Dphp.ini-development658 ; http://php.net/arg-separator.output
665 ; http://php.net/arg-separator.input
H A Dphp.ini-production658 ; http://php.net/arg-separator.output
665 ; http://php.net/arg-separator.input
H A DNEWS3083 - Fixed bug #47771 (Exception during object construction from arg call calls
3644 - Fixed bug #46292 (PDO::setFetchMode() shouldn't requires the 2nd arg when
3879 - Fixed bug #44650 (escaepshellscmd() does not check arg count). (Ilia)
4202 - Fixed bug #42243 (copy() does not output an error when the first arg is a
5281 - Fixed bug #38649 (uninit'd optional arg in stream_socket_sendto()). (Sara)
5393 - Fixed bug #38072 (boolean arg for mysqli_autocommit() is always true on
6715 - Fixed bug #25922 (In error handler, modifying 5th arg (errcontext) may
/PHP-5.3/ext/sqlite/libsqlite/src/
H A Dsqlite.h.in598 #define SQLITE_PRAGMA 19 /* Pragma Name 1st arg or NULL */
/PHP-5.3/ext/date/lib/
H A Dparse_date.c859 #define timelib_split_free(arg) { \ argument
861 for (i = 0; i < arg.c; i++) { \
862 free(arg.v[i]); \
864 if (arg.v) { \
865 free(arg.v); \
/PHP-5.3/sapi/thttpd/
H A Dthttpd_patch153 … send_response( httpd_conn* hc, int status, char* title, char* extraheads, char* form, char* arg );
/PHP-5.3/ext/sqlite3/libsqlite/
H A Dsqlite3.c9662 #define LIKEFUNC(zName, nArg, arg, flags) \ argument
9663 {nArg, SQLITE_UTF8, flags, (void *)arg, 0, likeFunc, 0, 0, #zName, 0, 0}
9664 #define AGGREGATE(zName, nArg, arg, nc, xStep, xFinal) \ argument
9666 SQLITE_INT_TO_PTR(arg), 0, 0, xStep,xFinal,#zName,0,0}

Completed in 408 milliseconds

1...<<11121314151617181920