Home
last modified time | relevance | path

Searched refs:end (Results 201 – 225 of 677) sorted by relevance

12345678910>>...28

/PHP-7.4/Zend/tests/try/
H A Dtry_catch_finally_004.phpt25 var_dump("end");
/PHP-7.4/Zend/tests/
H A Dbug70748.phpt18 Warning: syntax error, unexpected end of file, expecting '}' in %sbug70748.ini on line %d
H A Dtemporary_cleaning_009.phpt21 echo "end\n";
/PHP-7.4/ext/mysqlnd/
H A Dmysqlnd_ps_codec.c621 goto end; in mysqlnd_stmt_execute_prepare_param_types()
651 end: in mysqlnd_stmt_execute_prepare_param_types()
725 goto end; in mysqlnd_stmt_execute_calculate_param_values_size()
782 goto end; in mysqlnd_stmt_execute_calculate_param_values_size()
789 end: in mysqlnd_stmt_execute_calculate_param_values_size()
885 goto end; in mysqlnd_stmt_execute_store_params()
902 goto end; in mysqlnd_stmt_execute_store_params()
911 goto end; in mysqlnd_stmt_execute_store_params()
921 goto end; in mysqlnd_stmt_execute_store_params()
927 goto end; in mysqlnd_stmt_execute_store_params()
[all …]
H A Dmysqlnd_auth.c68 goto end; in mysqlnd_run_authentication()
75 goto end; in mysqlnd_run_authentication()
88 goto end; in mysqlnd_run_authentication()
110 goto end; in mysqlnd_run_authentication()
125 goto end; in mysqlnd_run_authentication()
169 end: in mysqlnd_run_authentication()
282 goto end; in mysqlnd_auth_handshake()
313 goto end; in mysqlnd_auth_handshake()
357 goto end; in mysqlnd_auth_handshake()
362 end: in mysqlnd_auth_handshake()
[all …]
/PHP-7.4/ext/opcache/Optimizer/
H A Dzend_dfg.c42 zend_op *opline, *end; in zend_build_dfg() local
48 end = opline + blocks[j].len; in zend_build_dfg()
49 for (; opline < end; opline++) { in zend_build_dfg()
52 if (next < end && next->opcode == ZEND_OP_DATA) { in zend_build_dfg()
/PHP-7.4/ext/standard/tests/serialize/
H A Dbug72663_3.phpt15 Notice: session_decode(): Unexpected end of serialized data in %s on line %d
H A Dunserialize_leak.phpt15 Notice: SplObjectStorage::unserialize(): Unexpected end of serialized data in %s on line %d
/PHP-7.4/ext/standard/tests/strings/
H A Dbug72663_2.phpt20 Notice: session_decode(): Unexpected end of serialized data in %sbug72663_2.php on line %d
H A Dbug36148.phpt2 Bug #36148 (unpack("H*hex", $data) is adding an extra character to the end of the string)
H A Dstripos_error.phpt20 echo "\n-- Offset beyond the end of the string --";
43 -- Offset beyond the end of the string --
H A Dbug46578.phpt2 Bug #46578 (strip_tags() does not honor end-of-comment when it encounters a single quote)
/PHP-7.4/ext/standard/tests/array/
H A Darray_push_empty.phpt6 * Description: Pushes elements onto the end of the array
H A Darray_splice_basic.phpt23 echo "test substitution at end \n";
72 test substitution at end
/PHP-7.4/sapi/fpm/fpm/
H A Dfpm_unix.c80 char *tmp, *p, *end; in fpm_unix_resolve_socket_premissions() local
92 for (p=tmp ; p ; p=end) { in fpm_unix_resolve_socket_premissions()
93 if ((end = strchr(p, ','))) { in fpm_unix_resolve_socket_premissions()
94 *end++ = 0; in fpm_unix_resolve_socket_premissions()
125 for (p=tmp ; p ; p=end) { in fpm_unix_resolve_socket_premissions()
126 if ((end = strchr(p, ','))) { in fpm_unix_resolve_socket_premissions()
127 *end++ = 0; in fpm_unix_resolve_socket_premissions()
/PHP-7.4/ext/session/tests/
H A Dsession_commit_variation3.phpt14 * Description : Write session data and end session
H A Dsession_write_close_variation3.phpt14 * Description : Write session data and end session
/PHP-7.4/ext/sysvshm/
H A Dphp_sysvshm.h60 zend_long end; member
/PHP-7.4/ext/phar/tests/
H A Dbug69441.phpt17 UnexpectedValueException: phar error: end of central directory not found in zip-based phar "%sbug69…
/PHP-7.4/ext/oci8/tests/
H A Ddb_op_2.phpt2 oci_set_db_operation: test DBOP for end-to-end tracing
H A Dimp_res_close.phpt34 end;"
42 $s = oci_parse($c, "begin imp_res_close_proc(); end;");
/PHP-7.4/ext/mbstring/tests/
H A Dmb_str_split_jp.phpt61 if(end($array) !== $enc){
63 last array element: %s expected: %s\n", unpack("H*", end($array))[1],unpack("H*", $enc)[1]);
/PHP-7.4/ext/date/tests/
H A Dbug53437.phpt51 ["end"]=>
112 ["end"]=>
/PHP-7.4/main/
H A Dphp_variables.c291 char *end; member
304 if (var->ptr >= var->end) { in add_post_var()
309 vsep = memchr(start, '&', var->end - start); in add_post_var()
312 var->already_scanned = var->end - var->ptr; in add_post_var()
315 vsep = var->end; in add_post_var()
344 var->ptr = vsep + (vsep != var->end); in add_post_var()
354 vars->end = ZSTR_VAL(vars->str.s) + ZSTR_LEN(vars->str.s); in add_post_vars()
366 memmove(ZSTR_VAL(vars->str.s), vars->ptr, ZSTR_LEN(vars->str.s) = vars->end - vars->ptr); in add_post_vars()
547 static zend_always_inline int valid_environment_name(const char *name, const char *end) in valid_environment_name() argument
551 for (s = name; s < end; s++) { in valid_environment_name()
/PHP-7.4/win32/
H A Dcodepage.c107 const char *idx = in, *end; in php_win32_cp_conv_ascii_to_w() local
124 end = in + in_len; in php_win32_cp_conv_ascii_to_w()
140 while (end - idx > 15) { in php_win32_cp_conv_ascii_to_w()
151 while (idx < end) { in php_win32_cp_conv_ascii_to_w()
177 if (end - idx > 15) { in php_win32_cp_conv_ascii_to_w()
179 while (end - idx > 15) { in php_win32_cp_conv_ascii_to_w()
200 while (idx < end) { in php_win32_cp_conv_ascii_to_w()

Completed in 69 milliseconds

12345678910>>...28