Home
last modified time | relevance | path

Searched refs:ZSTR_INIT_LITERAL (Results 1 – 25 of 42) sorted by relevance

12

/php-src/ext/standard/
H A Dassert.c273 key = ZSTR_INIT_LITERAL("assert.active", 0); in PHP_FUNCTION()
289 key = ZSTR_INIT_LITERAL("assert.bail", 0); in PHP_FUNCTION()
305 key = ZSTR_INIT_LITERAL("assert.warning", 0); in PHP_FUNCTION()
340 key = ZSTR_INIT_LITERAL("assert.exception", 0); in PHP_FUNCTION()
H A Duser_filters.c116 zend_string *func_name = ZSTR_INIT_LITERAL("onclose", 0); in userfilter_dtor()
302 zend_string *func_name = ZSTR_INIT_LITERAL("oncreate", 0); in user_filter_factory_create()
H A Dbrowscap.c282 zend_string *key = ZSTR_INIT_LITERAL("browser_name_regex", 0); in browscap_entry_to_array()
288 key = ZSTR_INIT_LITERAL("browser_name_pattern", 0); in browscap_entry_to_array()
295 key = ZSTR_INIT_LITERAL("parent", 0); in browscap_entry_to_array()
H A Dpassword.c494 zend_string *n = ZSTR_INIT_LITERAL("argon2i", 0); in php_password_algo_find_zval()
501 zend_string *n = ZSTR_INIT_LITERAL("argon2id", 0); in php_password_algo_find_zval()
H A Dhttp_fopen_wrapper.c863 resource->path = ZSTR_INIT_LITERAL("/", 0); in php_stream_url_wrap_http_ex()
/php-src/sapi/fuzzer/
H A Dfuzzer-function-jit.c26 zend_string *jit_option = ZSTR_INIT_LITERAL("opcache.jit", 1); in LLVMFuzzerTestOneInput()
H A Dfuzzer-tracing-jit.c26 zend_string *jit_option = ZSTR_INIT_LITERAL("opcache.jit", 1); in LLVMFuzzerTestOneInput()
/php-src/ext/session/
H A Dsession.c231 zend_string *var_name = ZSTR_INIT_LITERAL("_SESSION", 0); in php_session_track_init()
868 zend_string *var_name = ZSTR_INIT_LITERAL("_SESSION", 0); in PS_SERIALIZER_DECODE_FUNC()
1778 ini_name = ZSTR_INIT_LITERAL("session.cookie_lifetime", 0); in PHP_FUNCTION()
1787 ini_name = ZSTR_INIT_LITERAL("session.cookie_path", 0); in PHP_FUNCTION()
1796 ini_name = ZSTR_INIT_LITERAL("session.cookie_domain", 0); in PHP_FUNCTION()
1805 ini_name = ZSTR_INIT_LITERAL("session.cookie_secure", 0); in PHP_FUNCTION()
1885 ini_name = ZSTR_INIT_LITERAL("session.name", 0); in PHP_FUNCTION()
1935 ini_name = ZSTR_INIT_LITERAL("session.save_handler", 0); in PHP_FUNCTION()
1959 ini_name = ZSTR_INIT_LITERAL("session.save_handler", 0); in set_user_save_handler_ini()
2196 ini_name = ZSTR_INIT_LITERAL("session.save_path", 0); in PHP_FUNCTION()
[all …]
/php-src/docs/source/core/data-structures/
H A Dzend_string.rst43 zend_string *string = ZSTR_INIT_LITERAL("Hello world!", /* persistent */ false);
49 ``ZSTR_INIT_LITERAL`` creates a ``zend_string`` from a string literal. It is just a wrapper around
178 ZSTR_INIT_LITERAL("MyClass", /* persistent */ false));
182 ZSTR_INIT_LITERAL("MyClass", /* persistent */ false));
/php-src/ext/sodium/
H A Dsodium_pwhash.c164 zend_string *argon2i = ZSTR_INIT_LITERAL("argon2i", 1); in PHP_MINIT_FUNCTION()
/php-src/ext/xsl/
H A Dphp_xsl.c134 zend_string *prop_name = ZSTR_INIT_LITERAL(php_name, false); \
H A Dxsltprocessor.c256 member = ZSTR_INIT_LITERAL("cloneDocument", 0); in PHP_METHOD()
357 member = ZSTR_INIT_LITERAL("doXInclude", 0); in php_xsl_apply_stylesheet()
/php-src/Zend/
H A Dzend_enum.c186 ce->interface_names[num_interfaces_before].lc_name = ZSTR_INIT_LITERAL("unitenum", 0); in zend_enum_add_interfaces()
190 ce->interface_names[num_interfaces_before + 1].lc_name = ZSTR_INIT_LITERAL("backedenum", 0); in zend_enum_add_interfaces()
H A Dzend_exceptions.c661 fname = ZSTR_INIT_LITERAL("gettraceasstring", 0); in ZEND_METHOD()
692 : ZSTR_INIT_LITERAL("#0 {main}\n", false); in ZEND_METHOD()
H A Dzend_string.h135 #define ZSTR_INIT_LITERAL(s, persistent) (zend_string_init((s), strlen(s), (persistent))) macro
H A Dzend_builtin_functions.c117 key = ZSTR_INIT_LITERAL("zend.enable_gc", 0); in ZEND_FUNCTION()
130 key = ZSTR_INIT_LITERAL("zend.enable_gc", 0); in ZEND_FUNCTION()
/php-src/ext/pdo_dblib/
H A Ddblib_stmt.c246 col->name = ZSTR_INIT_LITERAL("computed", 0); in pdo_dblib_stmt_describe()
/php-src/ext/random/
H A Drandomizer.c48 mname = ZSTR_INIT_LITERAL("generate", 0); in randomizer_common_init()
/php-src/sapi/fpm/fpm/
H A Dfpm_status.c177 _GET_str = ZSTR_INIT_LITERAL("_GET", 0); in fpm_status_handle_request()
/php-src/ext/bcmath/
H A Dbcmath.c762 zend_string *ini_name = ZSTR_INIT_LITERAL("bcmath.scale", 0); in PHP_FUNCTION()
/php-src/ext/iconv/
H A Diconv.c2247 name = ZSTR_INIT_LITERAL("iconv.input_encoding", 0); in PHP_FUNCTION()
2249 name = ZSTR_INIT_LITERAL("iconv.output_encoding", 0); in PHP_FUNCTION()
2251 name = ZSTR_INIT_LITERAL("iconv.internal_encoding", 0); in PHP_FUNCTION()
/php-src/ext/spl/
H A Dspl_iterators.c1003 intern->prefix[1] = ZSTR_INIT_LITERAL("| ", 0); in spl_RecursiveIteratorIterator_new_ex()
1004 intern->prefix[2] = ZSTR_INIT_LITERAL(" ", 0); in spl_RecursiveIteratorIterator_new_ex()
1005 intern->prefix[3] = ZSTR_INIT_LITERAL("|-", 0); in spl_RecursiveIteratorIterator_new_ex()
1006 intern->prefix[4] = ZSTR_INIT_LITERAL("\\-", 0); in spl_RecursiveIteratorIterator_new_ex()
H A Dspl_directory.c2093 file_name = ZSTR_INIT_LITERAL("php://memory", 0); in PHP_METHOD()
2097 file_name = ZSTR_INIT_LITERAL("php://temp", 0); in PHP_METHOD()
2100 intern->u.file.open_mode = ZSTR_INIT_LITERAL("wb", 0); in PHP_METHOD()
/php-src/ext/pdo_mysql/
H A Dmysql_driver.c361 command = ZSTR_INIT_LITERAL("START TRANSACTION", 0); in mysql_handle_begin()
/php-src/ext/pdo_firebird/
H A Dfirebird_driver.c729 return ZSTR_INIT_LITERAL("''", 0); in firebird_handle_quoter()

Completed in 79 milliseconds

12