Home
last modified time | relevance | path

Searched refs:method (Results 826 – 847 of 847) sorted by relevance

1...<<31323334

/PHP-7.3/ext/standard/tests/strings/
H A Dstrpos.phpt102 The error can be avoided by choosing the __toString magix method as follows: */
H A Dstr_replace.phpt123 The error can be avoided by choosing the __toString magix method as follows: */
H A Dstrcmp.phpt39 The error can be avoided by choosing the __toString magix method as follows: */
H A Dstrcasecmp.phpt39 The error can be avoided by choosing the __toString magix method as follows: */
/PHP-7.3/ext/fileinfo/
H A Dlibmagic.patch1748 - * uncompress(method, old, n, newch) - uncompress old into new,
1749 + * uncompress(method, old, n, newch) - uncompress old into new,
1750 * using method, return sizeof new
1970 (void)execvp(compr[method].argv[0],
1971 (char *const *)(intptr_t)compr[method].argv);
1974 compr[method].argv[0], strerror(errno));
/PHP-7.3/Zend/
H A Dzend_API.h555 #define add_method(arg, key, method) add_assoc_function((arg), (key), (method)) argument
H A Dzend_builtin_functions.c154 ZEND_ARG_INFO(0, method)
H A Dzend_compile.c3368 … zend_string *method = zend_string_init(colon + 1, ZSTR_LEN(str) - (colon - ZSTR_VAL(str)) - 1, 0); in zend_compile_dynamic_call() local
3375 opline->op2.constant = zend_add_func_name_literal(CG(active_op_array), method); in zend_compile_dynamic_call()
/PHP-7.3/ext/standard/
H A Dbasic_functions.c5090 zval *obj, *method; local
5096 && (method = zend_hash_index_find(Z_ARRVAL_P(function), 1)) != NULL
5098 && Z_TYPE_P(method) == IS_STRING) {
5099 …e to call %s::%s() - function does not exist", ZSTR_VAL(Z_OBJCE_P(obj)->name), Z_STRVAL_P(method));
/PHP-7.3/ext/phar/phar/
H A Dpharcommand.inc94 'inf' => '<method> Selects the hash algorithm.',
412 * Check whether hash method is valid.
/PHP-7.3/ext/spl/
H A Dspl_directory.c680 zend_function *spl_filesystem_object_get_method_check(zend_object **object, zend_string *method, co… in spl_filesystem_object_get_method_check() argument
692 return zend_std_get_method(object, method, key); in spl_filesystem_object_get_method_check()
/PHP-7.3/
H A Dacinclude.m42210 dnl If pkg-config fails for some reason, revert to the old method
2288 dnl If still not found use old skool method
2364 dnl If pkg-config fails for some reason, revert to the old method
H A Dphp.ini-development1452 ; collection through a shell script, cron entry, or some other method.
H A Dphp.ini-production1454 ; collection through a shell script, cron entry, or some other method.
/PHP-7.3/ext/mbstring/oniguruma/doc/
H A DSYNTAX.md770 invoking a callback method. When `(?{foo})` is reached in a pattern, the callback
785 invoking a callback method. When `(*foo)` is reached in a pattern, the callback
/PHP-7.3/ext/mbstring/libmbfl/
H A DLICENSE48 We protect your rights with a two-step method: (1) we copyright the
/PHP-7.3/sapi/cli/
H A Dphp_cli_server.c1569 client->request.request_method = parser->method; in php_cli_server_client_read_request_on_url()
/PHP-7.3/ext/pdo/
H A Dpdo_stmt.c2643 static int row_call_method(zend_string *method, zend_object *object, INTERNAL_FUNCTION_PARAMETERS) in row_call_method() argument
/PHP-7.3/ext/mbstring/oniguruma/
H A DHISTORY1116 2004/11/25: [impl] remove get_type_cc_node method from OnigEncodingType.
1140 2004/11/16: [impl] add get_type_cc_node method to OnigEncodingType.
/PHP-7.3/ext/fileinfo/tests/
H A Dmagic88 # check for valid compression method 0-4
2610 # compression method (0-4)
2611 >>8 uleshort x \b, %u method
2698 >>8 string !A \b, %-.1s method
2994 # check 1st character of method id like -lz4- -lh5- or -pm2-
2996 # check 5th character of method id
3000 # check 2nd, 3th and 4th character of method id
3043 # append method id without leading and trailing minus character
5872 >2 byte <8 \b, reserved method
5873 >2 byte >8 \b, unknown method
[all …]
H A Dmagic私はガラスを食べられます88 # check for valid compression method 0-4
2610 # compression method (0-4)
2611 >>8 uleshort x \b, %u method
2698 >>8 string !A \b, %-.1s method
2994 # check 1st character of method id like -lz4- -lh5- or -pm2-
2996 # check 5th character of method id
3000 # check 2nd, 3th and 4th character of method id
3043 # append method id without leading and trailing minus character
5872 >2 byte <8 \b, reserved method
5873 >2 byte >8 \b, unknown method
[all …]
/PHP-7.3/build/
H A Dlibtool.m4180 # Only perform the check for file, if the check method requires it

Completed in 265 milliseconds

1...<<31323334