Home
last modified time | relevance | path

Searched refs:p (Results 626 – 650 of 726) sorted by relevance

1...<<21222324252627282930

/PHP-5.5/main/
H A Doutput.c386 PHPAPI int php_output_get_contents(zval *p TSRMLS_DC) in php_output_get_contents()
389 ZVAL_STRINGL(p, OG(active)->buffer.data, OG(active)->buffer.used, 1); in php_output_get_contents()
392 ZVAL_NULL(p); in php_output_get_contents()
399 PHPAPI int php_output_get_length(zval *p TSRMLS_DC) in php_output_get_length()
402 ZVAL_LONG(p, OG(active)->buffer.used); in php_output_get_length()
405 ZVAL_NULL(p); in php_output_get_length()
/PHP-5.5/ext/mysqli/tests/
H A Dmysqli_pconn_twice.phpt18 $host = 'p:' . $host;
H A Dmysqli_pconn_limits.phpt40 $host = 'p:' . $host;
H A Dmysqli_pconn_reuse.phpt19 $host = 'p:' . $host;
/PHP-5.5/ext/mysql/tests/
H A Dmysql_max_links.phpt2 mysql_[p]connect() - max_links/max_persistent
H A Dmysql_max_persistent.phpt2 mysql_[p]connect() - max_links/max_persistent
/PHP-5.5/ext/standard/tests/strings/
H A Dstr_split_variation6.phpt117 string(1) "p"
H A Dstr_split_variation6_64bit.phpt117 string(1) "p"
H A Dstr_split_variation7.phpt95 string(1) "p"
/PHP-5.5/ext/mbstring/libmbfl/mbfl/
H A Dmbfilter.h135 …ern int mbfl_buffer_converter_strncat(mbfl_buffer_converter *convd, const unsigned char *p, int n);
/PHP-5.5/ext/filter/tests/
H A D043.phpt126 string(1) "p"
/PHP-5.5/sapi/apache/
H A DapMakefile.tmpl61 && sed -ne '1,/^# DO NOT REMOVE/p' Makefile.tmpl > Makefile.new \
/PHP-5.5/sapi/apache_hooks/
H A DapMakefile.tmpl61 && sed -ne '1,/^# DO NOT REMOVE/p' Makefile.tmpl > Makefile.new \
H A Dphp_apache.c1583 char *p; in PHP_MINFO_FUNCTION() local
1638 if ((p = strrchr(name, '.'))) { in PHP_MINFO_FUNCTION()
1639 *p='\0'; /* Cut off ugly .c extensions on module names */ in PHP_MINFO_FUNCTION()
1950 char *p; in PHP_FUNCTION() local
1956 if ((p = strchr(s, '.'))) { in PHP_FUNCTION()
1957 add_next_index_stringl(return_value, s, (p - s), 1); in PHP_FUNCTION()
/PHP-5.5/
H A DREADME.TESTING242 php server-tests.php -p /path/to/php-cli
45 php server-tests.php -p /path/to/php-cgi
/PHP-5.5/ext/mbstring/oniguruma/doc/
H A DRE75 * \p{property-name}
76 * \p{^property-name} (negative)
295 p r.match('<foo>f<bar>bbb</bar>f</foo>').captures
385 + add character property (\p{property}, \P{property})
/PHP-5.5/Zend/
H A DZend.dsp453 bison --output=zend_ini_parser.c -v -d -p ini_ zend_ini_parser.y
478 bison --output=zend_language_parser.c -v -d -p zend zend_language_parser.y
494 bison --output=zend_language_parser.c -v -d -p zend zend_language_parser.y
510 bison --output=zend_language_parser.c -v -d -p zend zend_language_parser.y
/PHP-5.5/ext/standard/tests/array/
H A D009.phpt19 array('d' => 'drink', 'p' => 'port', 's' => 'set'), // another associative array
295 string(1) "p"
308 ["p"]=>
/PHP-5.5/ext/standard/tests/general_functions/
H A Dvar_dump.phpt176 var $p = 30;
598 ["p"]=>
676 ["p"]=>
1259 ["p"]=>
1337 ["p"]=>
H A Dvar_dump_64bit.phpt176 var $p = 30;
598 ["p"]=>
676 ["p"]=>
1259 ["p"]=>
1337 ["p"]=>
H A Ddebug_zval_dump_o.phpt55 var $p = 30;
163 ["p"]=>
326 ["p"]=>
/PHP-5.5/ext/pdo/
H A Dpdo_dbh.c473 Bucket *p; in pdo_stmt_construct() local
477 p = ht->pListHead; in pdo_stmt_construct()
478 while (p != NULL) { in pdo_stmt_construct()
479 fci.params[fci.param_count++] = (zval**)p->pData; in pdo_stmt_construct()
480 p = p->pListNext; in pdo_stmt_construct()
/PHP-5.5/ext/phar/
H A Dphar.c609 const unsigned char *p; local
611 p = p_buff;
616 if (!php_var_unserialize(metadata, &p, p + zip_metadata_len, &var_hash TSRMLS_CC)) {
1321 char *actual = NULL, *p; local
1381 p = strrchr(mydata->fname, '/');
1383 if (p) {
1384 mydata->ext = memchr(p, '.', (mydata->fname + fname_len) - p);
1385 if (mydata->ext == p) {
1386 mydata->ext = memchr(p + 1, '.', (mydata->fname + fname_len) - p - 1);
/PHP-5.5/ext/soap/
H A Dsoap.c473 char *p; in ZEND_INI_MH() local
482 *p = (char)atoi(new_value); in ZEND_INI_MH()
491 char *p; in PHP_INI_MH() local
500 p++; in PHP_INI_MH()
502 p = p2 + 1; in PHP_INI_MH()
505 p = new_value; in PHP_INI_MH()
508 if (PG(open_basedir) && *p && php_check_open_basedir(p TSRMLS_CC)) { in PHP_INI_MH()
2036 soapHeader **p; local
2052 while (*p != NULL) {
2053 p = &(*p)->next;
[all …]
/PHP-5.5/ext/opcache/
H A Dshared_alloc_win32.c288 …shared_segment->p = mapping_base = MapViewOfFileEx(memfile, FILE_MAP_ALL_ACCESS, 0, 0, 0, *wanted_… in create_segments()

Completed in 67 milliseconds

1...<<21222324252627282930