Home
last modified time | relevance | path

Searched refs:end (Results 301 – 325 of 631) sorted by relevance

1...<<11121314151617181920>>...26

/PHP-5.5/ext/standard/tests/file/
H A Dfseek_ftell_rewind_variation8.phpt57 var_dump( feof($file_handle) ); //ensure that file pointer is not at end
58 } //end of offset loop
65 } //end of file_mode loop
66 } //end of file_content_types loop
H A Dfseek_ftell_rewind_variation2-win32.phpt58 var_dump( feof($file_handle) ); //ensure that file pointer is not at end
59 } //end of offset loop
66 } //end of file_mode loop
67 } //end of file_content_types loop
H A Dfseek_ftell_rewind_variation2.phpt58 var_dump( feof($file_handle) ); //ensure that file pointer is not at end
59 } //end of offset loop
66 } //end of file_mode loop
67 } //end of file_content_types loop
/PHP-5.5/tests/lang/
H A DforeachLoop.012.phpt35 echo "\nPopping elements off end of an unreferenced array";
56 echo "\n\n\nAdding elements to the end of an unreferenced array";
73 Popping elements off end of an unreferenced array
280 Adding elements to the end of an unreferenced array
H A DforeachLoop.013.phpt35 echo "\nPopping elements off end of an unreferenced array, using &\$value.";
56 echo "\n\n\nAdding elements to the end of an unreferenced array, using &\$value.";
73 Popping elements off end of an unreferenced array, using &$value.
281 Adding elements to the end of an unreferenced array, using &$value.
H A DforeachLoop.014.phpt37 echo "\nPopping elements off end of a referenced array";
58 echo "\n\n\nAdding elements to the end of a referenced array";
74 Popping elements off end of a referenced array
282 Adding elements to the end of a referenced array
/PHP-5.5/ext/standard/
H A Durl.c125 goto end; in php_url_parse_ex()
367 end: in php_url_parse_ex()
491 unsigned char const *from, *end; in php_url_encode() local
494 end = (unsigned char *)s + len; in php_url_encode()
497 while (from < end) { in php_url_encode()
/PHP-5.5/ext/opcache/Optimizer/
H A Dblock_pass.c95 while (opline < end) { in find_code_blocks()
564 zend_op *end, *new_end; in strip_nop() local
582 end = opline + block->len; in strip_nop()
584 while (opline < end) { in strip_nop()
609 zend_op *end, *last_op = NULL; in zend_optimize_block() local
633 end = opline + block->len; in zend_optimize_block()
634 while ((op_array->T) && (opline < end)) { in zend_optimize_block()
1303 zend_op *end; in assemble_code_blocks() local
1306 end = opline + op_array->last; in assemble_code_blocks()
1307 while (opline < end) { in assemble_code_blocks()
[all …]
/PHP-5.5/ext/intl/tests/
H A Dbreakiter___construct_error.phpt10 //missing ; at the end:
H A Dsymfony_format_type_int32_intl1.phpt18 // the message this test prints at the very end (expected output for pass).
/PHP-5.5/ext/session/tests/
H A Dsession_commit_error.phpt12 * Description : Write session data and end session
H A Dsession_write_close_error.phpt12 * Description : Write session data and end session
/PHP-5.5/ext/standard/tests/strings/
H A Dchop_variation4.phpt6 * Description: Strip whitespace (or other characters) from the end of a string
H A Dtrim_basic.phpt7 * Description: Strip whitespace (or other characters) from the beginning and end of a string.
H A Dchop_variation5.phpt6 * Description: Strip whitespace (or other characters) from the end of a string
/PHP-5.5/ext/date/tests/
H A Ddate_sun_info_error.phpt6 * Description: Returns an array with information about sunset/sunrise and twilight begin/end.
/PHP-5.5/ext/oci8/tests/
H A Dconnect_scope1.phpt2 Test oci_connect end-of-scope when statement returned
H A Dconnect_scope2.phpt2 Test oci_pconnect end-of-scope when statement returned
/PHP-5.5/ext/intl/locale/
H A Dlocale_methods.c1597 char *end; in PHP_FUNCTION() local
1600 end = strchr(start, ','); in PHP_FUNCTION()
1601 len = end ? end-start : http_accept_len-(start-http_accept); in PHP_FUNCTION()
1607 if(end) { in PHP_FUNCTION()
1608 start = end+1; in PHP_FUNCTION()
1610 } while(end != NULL); in PHP_FUNCTION()
/PHP-5.5/ext/mysqlnd/
H A Dmysqlnd_result_meta.c64 const char *end=key+length-1; in mysqlnd_is_key_numeric() local
69 while (tmp<end) { in mysqlnd_is_key_numeric()
75 if (tmp==end && *tmp=='\0') { /* a numeric index */ in mysqlnd_is_key_numeric()
/PHP-5.5/ext/opcache/
H A Dzend_persist.c231 zend_literal *end = p + op_array->last_literal; local
234 while (p < end) {
249 zend_op *end = new_opcodes + op_array->last; local
252 for (; opline < end ; opline++, offset++) {
295 ((opline + 2) >= end ||
/PHP-5.5/ext/pdo_oci/tests/
H A Dpecl_bug_6364.phpt19 … begin insert into bug_6364_t (c1, c2, c3) values (p1, p2, p3); p4 := 'val4'; p5 := 'val5'; end;");
H A Dbug57702.phpt18 …iate 'drop table mytable'; exception when others then if sqlcode <> -942 then raise; end if; end;";
/PHP-5.5/ext/standard/tests/array/
H A Dkey_variation4.phpt26 end($multi_array);
/PHP-5.5/ext/interbase/tests/
H A D003.phpt134 echo "end of test\n";
183 end of test

Completed in 38 milliseconds

1...<<11121314151617181920>>...26