Home
last modified time | relevance | path

Searched refs:php_splice (Results 1 – 4 of 4) sorted by relevance

/PHP-5.6/ext/standard/
H A Dphp_array.h106 PHPAPI void php_splice(HashTable *ht, zend_uint offset, zend_uint length, zval ***list, zend_uint l…
H A Darray.c1809 PHPAPI void php_splice(HashTable *ht, zend_uint offset, zend_uint length, zval ***list, zend_uint l… in php_splice() function
1929 php_splice(Z_ARRVAL_P(stack), 0, 0, args, argc, NULL TSRMLS_CC); in PHP_FUNCTION()
1996 php_splice(Z_ARRVAL_P(array), offset, length, repl, repl_num, rem_hash TSRMLS_CC); in PHP_FUNCTION()
2604 php_splice(Z_ARRVAL_P(return_value), input_size, 0, pads, num_pads, NULL TSRMLS_CC); in PHP_FUNCTION()
2606 php_splice(Z_ARRVAL_P(return_value), 0, 0, pads, num_pads, NULL TSRMLS_CC); in PHP_FUNCTION()
/PHP-5.6/
H A DUPGRADING.INTERNALS175 As a side-effect of this addition the signature of the php_splice() function
178 void php_splice(
H A DNEWS9388 - Optimized array functions utilizing php_splice(). (Ilia)

Completed in 51 milliseconds