Home
last modified time | relevance | path

Searched refs:fname (Results 1 – 25 of 358) sorted by path

12345678910>>...15

/PHP-5.5/Zend/tests/
H A Dcall_static.phpt7 static function __callStatic($fname, $args)
9 echo $fname, '() called with ', count($args), " arguments\n";
/PHP-5.5/Zend/
H A Dzend_API.c2064 while (ptr->fname) { in zend_register_functions()
2066 internal_function->function_name = (char*)ptr->fname; in zend_register_functions()
2136 fname_len = strlen(ptr->fname); in zend_register_functions()
2160 zend_error(error_type, "Destructor %s::%s() cannot take arguments", scope->name, ptr->fname); in zend_register_functions()
2193 while (ptr->fname) { in zend_register_functions()
2194 fname_len = strlen(ptr->fname); in zend_register_functions()
2195 lowercase_name = zend_str_tolower_dup(ptr->fname, fname_len); in zend_register_functions()
2297 while (ptr->fname) { in zend_unregister_functions()
2302 zend_printf("Unregistering %s()\n", ptr->fname); in zend_unregister_functions()
2304 zend_hash_del(target_function_table, ptr->fname, strlen(ptr->fname)+1); in zend_unregister_functions()
[all …]
H A Dzend_API.h36 const char *fname; member
H A Dzend_exceptions.c669 zval fname; in ZEND_METHOD() local
676 ZVAL_STRINGL(&fname, "gettraceasstring", sizeof("gettraceasstring")-1, 1); in ZEND_METHOD()
691 fci.function_name = &fname; in ZEND_METHOD()
729 zval_dtor(&fname); in ZEND_METHOD()
H A Dzend_execute.c581 const char *fname = zf->common.function_name; in zend_verify_arg_error() local
594 … %s%s given, called in %s on line %d and defined", arg_num, fclass, fsep, fname, need_msg, need_ki… in zend_verify_arg_error()
596 …ment %d passed to %s%s%s() must %s%s, %s%s given", arg_num, fclass, fsep, fname, need_msg, need_ki… in zend_verify_arg_error()
H A Dzend_vm_def.h2811 zval *fname = GET_OP1_ZVAL_PTR(BP_VAR_R);
2816 …ED(zend_hash_quick_find(EG(function_table), Z_STRVAL_P(fname), Z_STRLEN_P(fname)+1, Z_HASH_P(fname
2818 zend_error_noreturn(E_ERROR, "Call to undefined function %s()", fname->value.str.val);
H A Dzend_vm_execute.h2319 zval *fname = opline->op1.zv; in ZEND_DO_FCALL_SPEC_CONST_HANDLER() local
2324 …ED(zend_hash_quick_find(EG(function_table), Z_STRVAL_P(fname), Z_STRLEN_P(fname)+1, Z_HASH_P(fname in ZEND_DO_FCALL_SPEC_CONST_HANDLER()
2326 zend_error_noreturn(E_ERROR, "Call to undefined function %s()", fname->value.str.val); in ZEND_DO_FCALL_SPEC_CONST_HANDLER()
/PHP-5.5/ext/com_dotnet/
H A Dcom_persist.c290 #define CPH_ME(fname, arginfo) PHP_ME(com_persist, fname, arginfo, ZEND_ACC_PUBLIC) argument
291 #define CPH_SME(fname, arginfo) PHP_ME(com_persist, fname, arginfo, ZEND_ACC_ALLOW_STATIC|ZEND_ACC_… argument
292 #define CPH_METHOD(fname) static PHP_METHOD(com_persist, fname) argument
/PHP-5.5/ext/curl/
H A Dcurl_file.c34 char *fname = NULL, *mime = NULL, *postname = NULL; in curlfile_ctor() local
38 …if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "s|ss", &fname, &fname_len, &mime, &mime_len,… in curlfile_ctor()
42 if (fname) { in curlfile_ctor()
43 zend_update_property_string(curl_CURLFile_class, cf, "name", sizeof("name")-1, fname TSRMLS_CC); in curlfile_ctor()
/PHP-5.5/ext/fileinfo/libmagic/
H A Dapptype.c50 fname[_MAX_FNAME], ext[_MAX_EXT]; in file_os2_apptype() local
61 _splitpath(filename, drive, dir, fname, ext); in file_os2_apptype()
64 fname, in file_os2_apptype()
88 printf("%s: not an executable file\n", fname); in file_os2_apptype()
90 printf("%s: not found\n", fname); in file_os2_apptype()
92 printf("%s: access denied\n", fname); in file_os2_apptype()
94 printf("%s: error code = %lu\n", fname, rc); in file_os2_apptype()
/PHP-5.5/ext/gd/tests/
H A Dbug72339.phpt7 $fname = dirname(__FILE__) . DIRECTORY_SEPARATOR . "bug72339.gd";
9 $fh = fopen($fname, "w");
21 $im = imagecreatefromgd2($fname);
26 unlink($fname);
/PHP-5.5/ext/iconv/
H A Diconv.c205 static php_iconv_err_t _php_iconv_mime_encode(smart_str *pretval, const char *fname, size_t fname_n…
1087 static php_iconv_err_t _php_iconv_mime_encode(smart_str *pretval, const char *fname, size_t fname_n… in _php_iconv_mime_encode() argument
1162 _php_iconv_appendl(pretval, fname, fname_nbytes, cd_pl); in _php_iconv_mime_encode()
/PHP-5.5/ext/intl/converter/
H A Dconverter.c41 #define THROW_UFAILURE(obj, fname, error) php_converter_throw_failure(obj, error TSRMLS_CC, \ argument
42fname "() returned error %ld: %s", (long)error, u_errorName(error))
/PHP-5.5/ext/json/
H A Djson.c558 zval *retval = NULL, fname; in json_encode_serializable_object() local
573 ZVAL_STRING(&fname, "jsonSerialize", 0); in json_encode_serializable_object()
575 …if (FAILURE == call_user_function_ex(EG(function_table), &val, &fname, &retval, 0, NULL, 1, NULL T… in json_encode_serializable_object()
/PHP-5.5/ext/mbstring/libmbfl/
H A Dcvsclean5 cat .cvsignore | while read fname; do
6 rm -r -f $fname
/PHP-5.5/ext/mbstring/libmbfl/filters/
H A Dmk_emoji_tbl.pl17 $fname = "emoji2uni.h";
18 open(OUT,">$fname") or die $!;
/PHP-5.5/ext/mssql/
H A Dphp_mssql.c1219 char *fname = (char *)dbcolname(mssql_ptr->link,i+1); local
1221 if (*fname) {
1222 result->fields[i].name = estrdup(fname);
/PHP-5.5/ext/mysqlnd/
H A Dmysqlnd_auth.c489 …const char * fname = (net_options->sha256_server_public_key && net_options->sha256_server_public_k… in mysqlnd_sha256_get_rsa_key() local
497 if (!fname || fname[0] == '\0') { in mysqlnd_sha256_get_rsa_key()
547 DBG_INF_FMT("Key in a file. [%s]", fname); in mysqlnd_sha256_get_rsa_key()
548 stream = php_stream_open_wrapper((char *) fname, "rb", REPORT_ERRORS, NULL); in mysqlnd_sha256_get_rsa_key()
/PHP-5.5/ext/odbc/
H A Dphp_odbc.c2915 char *fname; in PHP_FUNCTION() local
2920 …if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "rs", &pv_res, &fname, &fname_len) == FAILURE… in PHP_FUNCTION()
2933 if (strcasecmp(result->values[i].name, fname) == 0) { in PHP_FUNCTION()
/PHP-5.5/ext/opcache/Optimizer/
H A Dblock_pass.c739 char *fname = FUNCTION_CACHE->funcs[Z_LVAL(ZEND_OP1_LITERAL(fcall))].function_name; in zend_optimize_block()
741 …if(flen == sizeof("defined")-1 && zend_binary_strcasecmp(fname, flen, "defined", sizeof("defined")… in zend_optimize_block()
750 …} else if((flen == sizeof("function_exists")-1 && zend_binary_strcasecmp(fname, flen, "function_ex… in zend_optimize_block()
751 …(flen == sizeof("is_callable")-1 && zend_binary_strcasecmp(fname, flen, "is_callable", sizeof("is_… in zend_optimize_block()
761 …} else if(flen == sizeof("constant")-1 && zend_binary_strcasecmp(fname, flen, "constant", sizeof("… in zend_optimize_block()
771 …} else if(flen == sizeof("extension_loaded")-1 && zend_binary_strcasecmp(fname, flen, "extension_l… in zend_optimize_block()
/PHP-5.5/ext/opcache/
H A DZendAccelerator.c1661 char *fname = emalloc(sizeof("phar://") + persistent_script->full_path_len); local
1663 memcpy(fname, "phar://", sizeof("phar://") - 1);
1664 …memcpy(fname + sizeof("phar://") - 1, persistent_script->full_path, persistent_script->full_path_l…
1665 php_stream_stat_path(fname, &ssb);
1666 efree(fname);
/PHP-5.5/ext/pcre/pcrelib/
H A DChangeLog4246 different ways, e.g. "-fname", "-f name", "--file=name", "--file name".
/PHP-5.5/ext/pdo/
H A Dpdo_dbh.c1310 while (funcs->fname) { in pdo_hash_methods()
1313 ifunc->function_name = (char*)funcs->fname; in pdo_hash_methods()
1346 namelen = strlen(funcs->fname); in pdo_hash_methods()
1348 zend_str_tolower_copy(lc_name, funcs->fname, namelen); in pdo_hash_methods()
/PHP-5.5/ext/phar/
H A Ddirstream.c541 …t create directory \"%s\" in phar \"%s\", adding to manifest failed", entry.filename, phar->fname); in phar_wrapper_mkdir()
550 …har error: cannot create directory \"%s\" in phar \"%s\", %s", entry.filename, phar->fname, error); in phar_wrapper_mkdir()
689 …ar error: cannot remove directory \"%s\" in phar \"%s\", %s", entry->filename, phar->fname, error); in phar_wrapper_rmdir()
H A Dfunc_interceptors.c46 char *arch, *entry, *fname; in PHAR_FUNC() local
56 fname_len = strlen(fname); in PHAR_FUNC()
121 char *arch, *entry, *fname; in PHAR_FUNC() local
130 fname_len = strlen(fname); in PHAR_FUNC()
251 char *arch, *entry, *fname; in PHAR_FUNC() local
261 fname_len = strlen(fname); in PHAR_FUNC()
347 char *arch, *entry, *fname; in PHAR_FUNC() local
357 fname_len = strlen(fname); in PHAR_FUNC()
632 fname_len = strlen(fname); in phar_file_stat()
922 fname_len = strlen(fname); in PharFileFunction()
[all …]

Completed in 243 milliseconds

12345678910>>...15