Home
last modified time | relevance | path

Searched refs:top (Results 101 – 112 of 112) sorted by path

12345

/PHP-5.5/ext/wddx/
H A Dwddx.c96 int top, max; member
177 stack->top = 0; in wddx_stack_init()
197 return stack->top++; in wddx_stack_push()
205 if (stack->top > 0) { in wddx_stack_top()
219 if (stack->top == 0) { in wddx_stack_is_empty()
928 if (stack->top == 0) { in php_wddx_pop_element()
941 stack->top--; in php_wddx_pop_element()
975 if (stack->top > 1) { in php_wddx_pop_element()
976 stack->top--; in php_wddx_pop_element()
1050 stack->top--; in php_wddx_pop_element()
[all …]
/PHP-5.5/main/
H A Dmergesort.c248 #define reverse(bot, top) { \ argument
249 s = top; \
/PHP-5.5/
H A Dphp.ini-development349 ; unless "declare(encoding=...)" directive appears at the top of the script.
H A Dphp.ini-production349 ; unless "declare(encoding=...)" directive appears at the top of the script.
/PHP-5.5/sapi/apache/
H A Dconfig.m4126 [ --with-apache[=DIR] Build Apache 1.x module. DIR is the top-level Apache
H A Dphp_apache.c439 zend_bool top=0; in PHP_FUNCTION() local
443 …if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "ss|b", &var, &var_len, &val, &val_len, &top)… in PHP_FUNCTION()
447 while(top) { in PHP_FUNCTION()
/PHP-5.5/sapi/apache_hooks/
H A Dconfig.m4128 EXPERIMENTAL: Build Apache 1.x module. DIR is the top-level Apache
H A Dmod_php5.c58 int top, max, persistent; member
117 stack->top = 0; in sapi_stack_init_ex()
137 return stack->top++; in sapi_stack_push()
140 if(stack->top == 0) { in sapi_stack_pop()
144 return stack->elements[--stack->top]; in sapi_stack_pop()
159 for (i=stack->top-1; i>=0; i--) { in sapi_stack_apply_with_argument_all()
164 for (i=0; i<stack->top; i++) { in sapi_stack_apply_with_argument_all()
179 for (i=stack->top-1; i>=0; i--) { in sapi_stack_apply_with_argument_stop_if_equals()
186 for (i=0; i<stack->top; i++) { in sapi_stack_apply_with_argument_stop_if_equals()
202 for (i=stack->top-1; i>=0; i--) { in sapi_stack_apply_with_argument_stop_if_http_error()
[all …]
H A Dphp_apache.c1812 zend_bool top=0; in PHP_FUNCTION() local
1816 …e_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "ss|b", &var, &var_len, &val, &val_len, &top) == FAILURE) { in PHP_FUNCTION()
1820 while(top) { in PHP_FUNCTION()
/PHP-5.5/sapi/litespeed/
H A DREADME102 3) Click 'Apply Changes' link on the top left of the page, then click
/PHP-5.5/tests/output/
H A Dob_implicit_flush_basic_002.phpt20 echo "because implicit flushing affects only the top level buffer, not user buffers.\n";
/PHP-5.5/win32/
H A Dinstall.txt1565 spec file which databases to support and the location of the top-level
1709 and near the top will be a listing called Configuration File (php.ini).

Completed in 48 milliseconds

12345