Home
last modified time | relevance | path

Searched refs:p (Results 576 – 600 of 726) sorted by relevance

1...<<21222324252627282930

/PHP-5.5/ext/sockets/
H A Dmulticast.c755 *p; local
788 for (p = if_conf.ifc_buf;
789 p < if_conf.ifc_buf + if_conf.ifc_len;
790 p += entry_len) {
794 cur_req = (struct ifreq*) p;
/PHP-5.5/sapi/apache2filter/
H A Dsapi_apache2.c464 char *p = get_php_config(conf, "engine", sizeof("engine")); in php_output_filter() local
478 if (*p == '0') { in php_output_filter()
580 static void php_apache_add_version(apr_pool_t *p) in php_apache_add_version() argument
584 ap_add_version_component(p, "PHP/" PHP_VERSION); in php_apache_add_version()
705 static void php_register_hook(apr_pool_t *p) in php_register_hook() argument
/PHP-5.5/ext/date/tests/
H A Dstrftime_variation6.phpt24 'AM/PM format for a time' => "%p",
H A Dgmstrftime_variation6.phpt23 'AM/PM format for a time' => "%p",
/PHP-5.5/ext/standard/tests/general_functions/
H A Duniqid_basic.phpt19 // Use a fixed prefix so we can ensure length of o/p id is fixed
H A Dprint_r.phpt182 var $p = 30;
1014 [p] => 30
1069 [p] => 30
1124 [p] => 30
1180 [p] => 30
1235 [p] => 30
1290 [p] => 30
H A Dprint_r_64bit.phpt183 var $p = 30;
1015 [p] => 30
1070 [p] => 30
1125 [p] => 30
1181 [p] => 30
1236 [p] => 30
1291 [p] => 30
H A Dphp_uname_error.phpt15 // am invalid mode shoudl result in same o/p as mode 'a'
/PHP-5.5/ext/mysqli/tests/
H A Dmysqli_pconn_kill.phpt18 $host = 'p:' . $host;
78 // remove the "p:<host>" from the host variable
H A Dmysqli_pconnect.phpt13 $host = 'p:' . $host;
/PHP-5.5/main/
H A Dphp_output.h222 PHPAPI int php_output_get_contents(zval *p TSRMLS_DC);
223 PHPAPI int php_output_get_length(zval *p TSRMLS_DC);
H A Drfc1867.c90 char *s = varname, *index = NULL, *indexend = NULL, *p; in normalize_protected_variable() local
102 for (p = varname; *p && *p != '['; p++) { in normalize_protected_variable()
103 switch(*p) { in normalize_protected_variable()
106 *p = '_'; in normalize_protected_variable()
/PHP-5.5/ext/spl/
H A Dspl_dllist.c1190 const unsigned char *p, *s; in SPL_METHOD() local
1202 s = p = (const unsigned char*)buf; in SPL_METHOD()
1207 …if (!php_var_unserialize(&flags, &p, s + buf_len, &var_hash TSRMLS_CC) || Z_TYPE_P(flags) != IS_LO… in SPL_METHOD()
1216 while(*p == ':') { in SPL_METHOD()
1217 ++p; in SPL_METHOD()
1219 if (!php_var_unserialize(&elem, &p, s + buf_len, &var_hash TSRMLS_CC)) { in SPL_METHOD()
1228 if (*p != '\0') { in SPL_METHOD()
1237 …edValueException, 0 TSRMLS_CC, "Error at offset %ld of %d bytes", (long)((char*)p - buf), buf_len); in SPL_METHOD()
/PHP-5.5/Zend/
H A DZendTS.dsp485 bison --output=zend_ini_parser.c -v -d -p ini_ zend_ini_parser.y
501 bison --output=zend_ini_parser.c -v -d -p ini_ zend_ini_parser.y
517 bison --output=zend_ini_parser.c -v -d -p ini_ zend_ini_parser.y
533 bison --output=zend_ini_parser.c -v -d -p ini_ zend_ini_parser.y
556 bison --output=zend_language_parser.c -v -d -p zend zend_language_parser.y
572 bison --output=zend_language_parser.c -v -d -p zend zend_language_parser.y
588 bison --output=zend_language_parser.c -v -d -p zend zend_language_parser.y
604 bison --output=zend_language_parser.c -v -d -p zend zend_language_parser.y
H A Dzend_builtin_functions.c409 void **p; in ZEND_FUNCTION() local
429 p = ex->function_state.arguments; in ZEND_FUNCTION()
430 …arg_count = (int)(zend_uintptr_t) *p; /* this is the amount of arguments passed to func_get_arg()… in ZEND_FUNCTION()
437 arg = *(p-(arg_count-requested_offset)); in ZEND_FUNCTION()
449 void **p; in ZEND_FUNCTION() local
459 p = ex->function_state.arguments; in ZEND_FUNCTION()
467 *element = **((zval **) (p-(arg_count-i))); in ZEND_FUNCTION()
2019 void **p = curpos; in debug_backtrace_get_args() local
2021 int arg_count = (int)(zend_uintptr_t) *p; in debug_backtrace_get_args()
2025 p -= arg_count; in debug_backtrace_get_args()
[all …]
/PHP-5.5/ext/gd/libgd/
H A Dgd_gd2.c755 int p = im->tpixels[y][x]; in _gdImageGd2() local
756 chunkData[chunkLen++] = gdTrueColorGetAlpha(p); in _gdImageGd2()
757 chunkData[chunkLen++] = gdTrueColorGetRed(p); in _gdImageGd2()
758 chunkData[chunkLen++] = gdTrueColorGetGreen(p); in _gdImageGd2()
759 chunkData[chunkLen++] = gdTrueColorGetBlue(p); in _gdImageGd2()
/PHP-5.5/ext/standard/tests/time/
H A Dstrptime_basic.phpt27 var_dump(strptime($str, '%H:%M:%S %p %B %d %Y'));
H A Dstrptime_parts.phpt27 $res = strptime($str, '%H:%M:%S %p %B %d %Y %Z');
/PHP-5.5/ext/mysqlnd/
H A Dmysqlnd_libmysql_compat.h100 #define mysql_stmt_send_long_data(s,p,d,l) mysqlnd_stmt_send_long_data((s), (p), (d), (l)) argument
/PHP-5.5/ext/standard/
H A Dcrypt_sha256.c288 # define UNALIGNED_P(p) (((uintptr_t) p) % __alignof__ (uint32_t) != 0) in sha256_process_bytes() argument
290 # define UNALIGNED_P(p) (((uintptr_t) p) % sizeof (uint32_t) != 0) in sha256_process_bytes()
/PHP-5.5/ext/sqlite3/libsqlite/
H A Dsqlite3.h752 int (*xUnfetch)(sqlite3_file*, sqlite3_int64 iOfst, void *p);
5658 const sqlite3_module *p, /* Methods for the module */
5664 const sqlite3_module *p, /* Methods for the module */
7130 SQLITE_API int SQLITE_STDCALL sqlite3_backup_step(sqlite3_backup *p, int nPage);
7131 SQLITE_API int SQLITE_STDCALL sqlite3_backup_finish(sqlite3_backup *p);
7132 SQLITE_API int SQLITE_STDCALL sqlite3_backup_remaining(sqlite3_backup *p);
7133 SQLITE_API int SQLITE_STDCALL sqlite3_backup_pagecount(sqlite3_backup *p);
/PHP-5.5/ext/phar/tests/
H A Dphar_extract.phpt25 …dirname(__FILE__) . '/extract', 0x00003000), RecursiveIteratorIterator::CHILD_FIRST) as $p => $b) {
26 $out[] = $p;
/PHP-5.5/ext/standard/tests/array/
H A Drange.phpt186 string(1) "p"
232 string(1) "p"
/PHP-5.5/ext/intl/tests/
H A Dbreakiter_following_preceding_isBoundary_error.phpt11 $bi = new IntlRuleBasedBreakIterator('[\p{Letter}\uFFFD]+;[:number:]+;');
/PHP-5.5/ext/pdo_mysql/tests/
H A Dbug_41125.phpt32 // Read http://blog.ulf-wendel.de/?p=192

Completed in 117 milliseconds

1...<<21222324252627282930