Home
last modified time | relevance | path

Searched refs:start (Results 201 – 225 of 423) sorted by relevance

12345678910>>...17

/PHP-7.1/sapi/fpm/fpm/
H A Dfpm_log.c410 char *start; in fpm_log_write() local
413 start = ++s; in fpm_log_write()
417 l = s - start; in fpm_log_write()
423 memcpy(format, start, l); in fpm_log_write()
/PHP-7.1/ext/standard/
H A Dphp_fopen_wrapper.c303 const char *start; in php_stream_url_wrap_php() local
322 start = &path[3]; in php_stream_url_wrap_php()
323 fildes_ori = ZEND_STRTOL(start, &end, 10); in php_stream_url_wrap_php()
324 if (end == start || *end != '\0') { in php_stream_url_wrap_php()
H A Durl.c455 zend_string *start; in php_url_encode() local
459 start = zend_string_safe_alloc(3, len, 0, 0); in php_url_encode()
460 to = (unsigned char*)ZSTR_VAL(start); in php_url_encode()
490 start = zend_string_truncate(start, to - (unsigned char*)ZSTR_VAL(start), 0); in php_url_encode()
492 return start; in php_url_encode()
/PHP-7.1/ext/sysvshm/
H A Dsysvshm.c194 chunk_ptr->start = sizeof(sysvshm_chunk_head); in PHP_FUNCTION()
195 chunk_ptr->end = chunk_ptr->start; in PHP_FUNCTION()
397 pos = ptr->start; in php_check_shm_data()
409 if (shm_var->next <= 0 || pos < ptr->start) { in php_check_shm_data()
/PHP-7.1/ext/intl/tests/
H A Dformatter_parse.phpt25 // Test specifying non-zero parsing start position.
/PHP-7.1/sapi/fpm/tests/
H A Dbug68458-pm-no-start-server.phpt28 $tester->start();
H A Dfastcgi_finish_request_basic.phpt30 $tester->start();
H A Dsocket-ipv6-any.phpt26 $tester->start();
H A Dbug68428-ipv6-allowed-clients.phpt27 $tester->start();
H A Dproc-no-start-server.phpt27 $tester->start();
H A Dsocket-ipv4-allowed-clients.phpt27 $tester->start();
H A Dbug68421-ipv6-access-log.phpt29 $tester->start();
H A Dbug73342-nonblocking-stdio.phpt30 $tester->start();
H A Dproc-user-ignored.phpt28 $tester->start();
H A Dstatus-basic.phpt34 $tester->start();
/PHP-7.1/ext/pcre/tests/
H A Dmatch_flags3.phpt44 Warning: preg_match(): Compilation failed: group name must start with a non-digit at offset %d in %…
H A Dbug37911.phpt40 Warning: preg_replace_callback(): Compilation failed: group name must start with a non-digit at off…
/PHP-7.1/ext/curl/tests/
H A Dcurl_multi_init_basic.phpt16 // start testing
H A Dcurl_multi_init_param.phpt16 // start testing
H A Dcurl_copy_handle_basic_004.phpt19 ob_start(); // start output buffering
H A Dcurl_setopt_basic004.phpt14 // start testing
/PHP-7.1/ext/interbase/tests/
H A Dibase_rollback_001.phpt40 Warning: ibase_rollback(): invalid transaction handle (expecting explicit transaction start) in %s…
/PHP-7.1/ext/gd/tests/
H A Dimagefilledarc_variation2.phpt2 Testing passing negative start angle to imagefilledarc() of GD library
/PHP-7.1/ext/mbstring/tests/
H A Dmb_strwidth.phpt20 // Note: Did not start form -22 offset. Staring from 0.
/PHP-7.1/ext/phar/tests/
H A Dbug13786.phpt31 unable to seek to start of file "0" while creating new phar "%sDataArchive.phar"

Completed in 40 milliseconds

12345678910>>...17